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

authorizationstringRequired

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

Note: This is not applicable for Auth Reliance Flows

x-user-identifierstringOptional

Your authenticated user Email Id address.

Note: This is applicable only for Auth Reliance Flows

x-access-tokenstringOptional

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
404
Not Found Error
500
Internal Server Error