Skip to main content
GET
Poll the latest Swapped order status for a smart account

Headers

x-api-key
string

API key for authentication (omit when sending Authorization)

Example:

"your-api-key"

authorization
string

Bearer platform token (e.g. forwarded by user-service). Takes precedence over x-api-key when both are present.

Example:

"Bearer eyJhbGciOi..."

Path Parameters

smartAccount
string
required

Ethereum address (0x followed by 40 hex characters)

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f5bE91"

Response

Latest order status (or no_order)

ok
boolean
required
reason
string
orderId
string
status
string | null
orderCrypto
string | null
orderCryptoAmount
string | null
transactionId
string | null
receivedAt
string | null
paidAmountUsd
number | null
paidAmountEur
number | null
onrampFeeUsd
number | null
paymentMethod
string | null