Skip to main content
GET
Get a specific instant swap order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

swapId
string
required

Swap ID to retrieve the order

Example:

"swap_xyz456"

walletId
string
required

Wallet/Sub-wallet ID associated with the swap

Example:

"wallet_abc123"

Response

success
boolean
required
Example:

true

data
object
required