GET
/
exchange
/
api
/
orders

Fetches a paginated list of all orders associated with a user or account, providing visibility into historical and ongoing trades.

Authorizations

x-auth-token
string
header
required

Query Parameters

from
string

15-04-2022

to
string

15-08-2022

size
integer
default:
20
Required range: x < 100
page
integer
default:
1
transactionType
enum<string>
Available options:
ONRAMP,
OFFRAMP
statuses
enum<string>[]
Available options:
INITIATED,
DEPOSITED,
CONFIRMED,
COMPLETED,
PENDING,
CANCELLED,
IN_DISPUTE,
AWAITING_ACCEPTANCE
token
string
fiat
string
network
string

Response

200 - application/json
orders
object[]
pageNumber
integer
pageSize
integer
totalOrders
integer
totalPages
integer