cURL
curl --request GET \ --url https://api.layerswap.io/api/v2/transaction_status \ --header 'X-LS-APIKEY: <api-key>'
{ "error": { "code": "<string>", "message": "<string>", "metadata": {} }, "data": { "status": "<string>" } }
Retrieves the status of a transaction by its ID.
Success
Show child attributes
Was this page helpful?