cURL
curl --request GET \ --url https://api.deframe.io/v2/swap/status/{id} \ --header 'x-api-key: <api-key>'
{ "status": "success", "originTxHash": "0x...", "destinationTxHash": "0x...", "provider": "teleswap" }
Check the status of a swap transaction by quote ID
API key for authentication. Obtain from your Deframe dashboard.
Quote ID
"550e8400-e29b-41d4-a716-446655440000"
Status retrieved successfully
Transaction status
pending
crossing
propagated
success
failed
stalled
"success"
"0x..."
"teleswap"
Was this page helpful?