API Documentation
Get Fiat Order List
1min
This api returns list of orders matching the query parameters. This api requires access token that can be generated using Access Token API.
Get order details by query parameters
GET
Request
Query Parameters
userAddress
String
required
Email address/user.id/userId used while creating the transaction.
gte
String
required
Transaction created on or after this date. Date in YYYY-MM-DD format.
lte
String
required
Transaction created on or before this date. Date in YYYY-MM-DD format.
Header Parameters
access-token
String
required
Access token received from Access token API. You can reuse the access token across multiple API calls till it is expired.
client-id
String
required
Client Id