Get Active Orders
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
x-user-identifier
Your authenticated user Email Id address.
Note: This is applicable only for Auth Reliance Flows
x-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
data
orderId
partnerUserId
status
isBuyOrSell
fiatCurrency
cryptoCurrency
paymentMethod
network
networkId
walletAddress
quoteId
fiatAmount
fiatAmountInUsd
amountPaid
cryptoAmount
conversionPrice
totalFeeInFiat
txHash
walletLink
transactionLink
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error