Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Experimental
cURL
curl --request GET \ --url https://{defaultHost}/swaps \ --header 'Authorization: Bearer <token>'
{ "data": [ { "object": "swap", "id": "<string>", "account_id": "<string>", "status": "<string>", "tx_hashes": [ "<string>" ], "error": "<string>" } ] }
Lists the account’s swaps — currently its in-flight or most recent swap, so zero or one rows.
A company API key, company scoped JWT, app API key, or user OAuth token.
Business or user account ID (biz_* / user_*).
swaps listed
Show child attributes