Skip to main content
GET
Get instant swap order history

Authorizations

Authorization
string
header
required

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

Query Parameters

walletId
string
required

Wallet/Sub-wallet ID

Example:

"wallet_abc123"

fromCoin
string

Optional source coin filter

Example:

"USDT"

toCoin
string

Optional target coin filter

Example:

"BTC"

swapId
string

Optional swap ID to fetch a specific swap

Example:

"swap_xyz456"

pageNo
string

The page number for pagination

Example:

1

pageLimit
string

The number of items per page for pagination

Example:

20

Response

success
boolean
required
Example:

true

data
object[]
required
totalPage
number
required
pageNo
number
required
pageLimit
number
required