Get Active Orders

View as Markdown

The Get Active Orders is an authenticated API that allow partners to fetch the list of all the active orders placed by a user. These orders need to be completed or cancelled before placing a new order.

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 - No Active Order Exist

datalist of objects
orderIdstring
partnerUserIdstring
statusstring
isBuyOrSellstring
fiatCurrencystring
cryptoCurrencystring
paymentMethodstring
networkstring
networkIdstring
walletAddressstring
quoteIdstring
fiatAmountdouble
fiatAmountInUsddouble
amountPaidstring
cryptoAmountdouble
conversionPricedouble
totalFeeInFiatdouble
txHashstring

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error