Get Transactions List
The following APIs returns you a paginated list of transactions/orders. Each page has a maximum of 20 items. You can use total_pages from the response data as a reference to keep track of the pages.
get
Query parameters
pagenumberOptional
Header parameters
AuthorizationstringRequired
Authorization token in Bearer format. Example: Bearer dvakycjgw8liyd278y
Responses
200
Default Response
application/json
400
Bad Request. Wrong/Invalid params format.
application/json
401
UnAuthorized request. Invalid/Expired token
application/json
403
Forbidden Request. Action not allowed or Rate Limit exhausted.
application/json
500
Server Error.
application/json
get
/transactions/GET /transactions
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Supported arguments
Param
Param Type
Type
Required
Description
page
query
Number
No
Page number. Default value: 1
Response
Last updated