GET
List issuer stablecoin orders
Fetches orders for all stablecoin assets issued by the authenticated enterprise (e.g., GoUSD, SoFiD, USD1). Returns an object containing an orders array of mixed order responses.
Path Params
-
enterpriseIdstring requiredEnterprise id
Query Params
-
searchLabelstringSearchLabel can represent either an Order Id or a Transaction Id. -
idsstringSpecific order identifiers -
stablecoinAssetIdstringStablecoin asset identifier -
baseAssetarray of strings or stringBase asset type(s) to filter orders across all chainsONE OF
array of string enumsstring enum -
typestring enumOrder typemintburnreward -
statusstring or array of stringsOrder processing status — accepts both user-facing (created, pending, fulfilled) and internal statusesONE OF
string enumarray of string enums -
fromDatestring date-timeStart date for order search -
toDatestring date-timeEnd date for order search -
limitstringMaximum results per page -
skipstringResults to skip -
sortBystring enumField name for sortingcreatedAt -
sortOrderstring enumSort directionASCDESC -
tokenstringToken identifier to filter orders -
chainstringBlockchain network identifier -
clientEnterpriseIdstring or array of stringsEnterprise ID(s) of the client enterprise(s) that placed the orders
Responses
200
OK
Response Body
object
-
ordersarray of objects requiredorders object
-
assetstringFull asset identifier (e.g., "eth:usd1", "hteth:sofid") -
destinationWalletIdstringDestination wallet identifier -
destinationAddressstringDestination blockchain address -
userIdstringUser identifier who initiated the order -
clientDepositTxHashstringTransaction hash of the client deposit -
transactionsarray of objectstransactions object
-
typestring enum requiredTransaction typeclientDepositmintburnburnTokenTransferclientDisbursementtreasuryMintTransfertreasuryBurnTransfermintRequestmintOffermintAcceptmintTransferburnRequestburnAccept -
txHashstring nullable requiredTransaction hash (for on-chain transactions) -
assetstring requiredAsset token identifier -
amountstring requiredTransaction amount in lowest denomination -
statusstring enum requiredCurrent status of transactioninitiatedsignedunconfirmedconfirmedrejectedfailed -
createdAtstring requiredTimestamp when transaction was created -
updatedAtstring requiredTimestamp when transaction was last updated
-
-
memostringOptional free-text memo or comment annotating the order. -
createdAtstring date-time requiredTimestamp when the order was created -
updatedAtstring date-time requiredTimestamp when the order was last updated -
fromAssetIdstring uuid requiredSource asset identifier (UUID) -
toAssetIdstring uuid requiredDestination asset identifier (UUID) -
fromAssetstring requiredSource asset token identifier -
fromAmountstring requiredAmount to be transferred from source asset, specified in its lowest denomination. -
toAssetstring requiredDestination asset token identifier -
toAmountstring requiredAmount to be received in destination asset -
orderMethodstring enumHow the order was initiated: issuer-direct or standard client deposit flowissuer_directclient_deposit -
idstring uuid requiredUnique identifier for the order -
typestring enum requiredType of order operationmintburnreward -
statusstring enum requiredCurrent status of the ordercreatedconfirmed_fiat_depositconfirmed_token_depositinitiated_burn_token_transfercompleted_burn_token_transferapproved_minttriggering_minttriggering_burncompleted_burnapproved_client_disbursalinitiated_client_disbursalfulfilledfailed_mint_initiationfailed_mint_transactionfailed_burn_transactionfailed_burn_token_transferfailed_to_mintfailed_to_burnfailed_to_initiate_disbursalfailed_to_complete_disbursalrejectedfailedexpiredtriggering_mint_requestcompleted_mint_requesttriggering_mint_offercompleted_mint_offertriggering_mint_acceptcompleted_mint_accepttriggering_mint_transferfailed_to_mint_requestfailed_to_mint_offerfailed_to_mint_acceptfailed_to_mint_transferrejected_mint_transfercancelled_mint_transferexpired_mint_transfertriggering_burn_requestcompleted_burn_requesttriggering_burn_acceptfailed_to_burn_requestfailed_to_burn_accept -
enterpriseIdstring requiredThe Enterprise ID
-
400
Bad Request
No response body
401
Unauthorized
No response body
403
Forbidden
No response body
500
Internal Server Error
No response body