Poll the latest Swapped order status for a smart account
Onramp
Poll the latest Swapped order status for a smart account
Returns the latest Swapped order recorded for the smart account (from notify webhooks), or { ok: false, reason: "no_order" } when none exists yet.
GET
Poll the latest Swapped order status for a smart account
Headers
API key for authentication (omit when sending Authorization)
Example:
"your-api-key"
Bearer platform token (e.g. forwarded by user-service). Takes precedence over x-api-key when both are present.
Example:
"Bearer eyJhbGciOi..."
Path Parameters
Ethereum address (0x followed by 40 hex characters)
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x742d35Cc6634C0532925a3b844Bc9e7595f5bE91"
Response
Latest order status (or no_order)