/payment-ordersGet Payment Vault Orders
Outcome - Retrieves all payment vault orders for the current vault with pagination and filtering support.
Query Parameters
pagenumbernullablePage number for pagination
limitnumbernullableNumber of results per page
sortKeystringnullableField to sort by (createdAt)
orderstringnullableSort order (asc or desc)
searchstringnullableSearch by order ID or expiration
filtersobjectnullableFilter criteria
Show child parameters (3)
statusstringnullableFilter by order status (PENDING, COMPLETED, CANCELLED, PARTIALLY_PAID, EXPIRED)
assetIdnumbernullableFilter by asset ID
isCollectedbooleannullableFilter by collection status (true for collected, false for uncollected)
Responses
Response attributes
messagestringSuccess message
dataarrayArray of payment vault orders
Show child attributes (12)
idstringOrder ID
vaultIdnumberVault ID
statusstringOrder status
amountInDollarstringAmount in USD
amountInFiatstringAmount in fiat currency
amountInAssetstringAmount in cryptocurrency
balancestringCurrent payment balance (amount received)
amountToBeCollectedstringAmount available for collection from the order wallet
walletobjectAssigned wallet details
Show child attributes (11)
idnumberWallet ID
balancestringCurrent wallet balance
pendingBalancestringPending balance
publicAddressstringBlockchain address for payment
transactionsCountstringNumber of transactions
targetIdstringTarget ID
protocolnumberProtocol number
assetobjectAsset details with network information
Show child attributes (13)
idnumberAsset ID
namestringAsset name
symbolstringAsset symbol
contractAddressstring | nullContract address (null for native coins)
decimalsnumberAsset decimals
networkobjectNetwork details
Show child attributes (11)
idnumberNetwork ID
namestringNetwork name
symbolstringNetwork symbol
categorystringNetwork category (EVM, Solana, etc.)
typestringNetwork type (PUBLIC, PRIVATE)
statusstringNetwork status
logostringNetwork logo URL
isSwappablebooleanWhether the network supports swapping
chainobjectChain configuration details
Show child attributes (5)
idnumberChain ID
namestringChain name
nativeCurrencyobjectNative currency details
Show child attributes (3)
namestringCurrency name
symbolstringCurrency symbol
decimalsnumberCurrency decimals
rpcUrlsobjectRPC URLs
Show child attributes (1)
defaultobjectDefault RPC configuration
Show child attributes (1)
httparrayHTTP RPC URLs
blockExplorersobjectBlock explorer details
Show child attributes (1)
defaultobjectDefault block explorer
Show child attributes (2)
namestringExplorer name
urlstringExplorer URL
createdAtstringNetwork creation timestamp
updatedAtstringNetwork update timestamp
typestringAsset type (COIN, TOKEN)
statusstringAsset status
logostringAsset logo URL
vaultStatusstringAsset status in vault
isHiddenbooleanWhether asset is hidden
createdAtstringAsset creation timestamp
updatedAtstringAsset update timestamp
typestringWallet type (ORDER)
createdAtstringWallet creation timestamp
updatedAtstringWallet update timestamp
transactionsarrayList of incoming transactions for this order
Show child attributes (5)
idnumberTransaction ID
amountstringTransaction amount
blockMinedAtstringBlock mining timestamp
blockchainTransactionIdstringBlockchain transaction hash
createdAtstringTransaction creation timestamp
globalIdstringGlobal unique identifier
paymentLinkstringPayment page URL
metaobjectPagination metadata
Show child attributes (6)
totalItemsnumberTotal number of items
itemsPerPagenumberItems per page
totalPagesnumberTotal pages
currentPagenumberCurrent page
hasPreviousPagebooleanHas previous page
hasNextPagebooleanHas next page
statusnumberHTTP status code
Was this page helpful?