Get Orders

View as Markdown
The **Get Orders** is an **authenticated API** that allows partners to **fetch a list of all orders** placed by a user. This API provides **detailed transaction history**, including the **order status, fiat and crypto details, payment method, and wallet address**. This API helps **track multiple transactions** and ensures partners can monitor the order statuses in real-time.

Headers

authorizationstringRequiredDefaults to USER_AUTHORIZATION_TOKEN

Authorization token is the accessToken received from the API - api/v2/auth/verify

x-user-identifierstringOptionalDefaults to USER_EMAIL_ID

Your authenticated user Email Id address.

Note: This is applicable only for Auth Reliance Flows

x-access-tokenstringOptionalDefaults to YOUR_ACCESS_TOKEN

Your Partner Access Token. Please refer here for a tutorial on generating your access token.

Note: This is applicable only for Auth Reliance Flows

Response

200 - Success

datalist of objects

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error