Skip to main content
GET
/
api
/
swaps
/
status
/
{quoteId}
Lookup swap status by quoteId
curl --request GET \
  --url https://api.walletsuite.io/api/swaps/status/{quoteId} \
  --header 'x-api-key: <api-key>'
{
  "ok": true,
  "code": "<string>",
  "message": "<string>",
  "data": {
    "quoteId": "<string>",
    "provider": "oneinch",
    "srcChain": "ethereum",
    "dstChain": "ethereum",
    "txHash": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

API key provided by WalletSuite team

Path Parameters

quoteId
string
required

Response

200 - */*

OK

ok
boolean
required
code
string
required
message
string
required
data
object

Swap intent status snapshot.