List stablecoin orders by enterprise
Retrieves a list of orders for a specific enterprise.
Path parameters
Enterprise id
Query parameters
SearchLabel can represent either an Order Id or a Transaction Id.
Specific order identifiers
Stablecoin asset identifier
Base asset type(s) to filter orders across all chains
Order type
Order processing status
Start date for order search
End date for order search
Maximum results per page
Results to skip
Field name for sorting
Sort direction
Response
OK
Example response
[
{
"sourceWalletId": "67bc4b038f5408faefbfc8edcf6e6577",
"destinationWalletId": "67bc4b038f5408faefbfc8edcf6e6577",
"destinationAddress": "default_address",
"userId": "677cfdceca8396cf5f7534ddeb8d11e3",
"clientDepositTxHash": "512f64d10b5f358f6dbf3303f90013cfa46006b02a03282456d6bd6432cc5daf",
"orderHistories": [
{
"status": "created",
"timestamp": "2025-04-04T09:25:48.216Z"
}
],
"transactions": [
{
"txId": "512f64d10b5f358f6dbf3303f90013cfa46006b02a03282456d6bd6432cc5daf",
"orderId": "95bdbd9c-9cdc-41a4-ae70-165387b7aa51",
"assetId": "08c1271e-b15d-4af8-8929-f75383903da4",
"type": "clientDeposit",
"sender": "client",
"senderType": "go_account",
"senderId": "67bc4b038f5408faefbfc8edcf6e6577",
"sendAmount": "500",
"receiver": "trust",
"receiverType": "go_account",
"receiverId": "6698e670115059e2efe672436a3aea3b",
"receiveAmount": "500",
"status": "confirmed",
"createdAt": "2025-04-04T09:26:21.600Z",
"updatedAt": "2025-04-04T09:26:21.600Z"
}
],
"orderMethod": "issuer_direct",
"createdAt": "2025-04-04T09:25:48.216Z",
"updatedAt": "2025-04-04T09:55:09.136Z",
"memo": "Payment for invoice #1234",
"id": "95bdbd9c-9cdc-41a4-ae70-165387b7aa51",
"type": "mint",
"status": "fulfilled",
"enterpriseId": "67bc4ae090e8af8f9b412d3d67e85252",
"fromAssetId": "08c1271e-b15d-4af8-8929-f75383903da4",
"fromAmount": "500",
"toAssetId": "49ff49ea-3355-4717-bbb0-5e8f5cae2202",
"toAmount": "5000000",
"destinationType": "go_account",
"fee": {
"basisPoints": 10
}
}
]Changes
Changed in 1 of the 16 revisions of this API.4
- ●
added the new
pending_policy_approvalenum value to theitems/allOf[subschema #1]/orderHistories/items/allOf[subschema #1: OrderHistoryBase]/statusresponse property for the response status200response-property-enum-value-added
- ●
added the new
pending_policy_approvalenum value to theitems/allOf[subschema #2: OrderResponseBase]/statusresponse property for the response status200response-property-enum-value-added
- ●
added the new
policy_rejectedenum value to theitems/allOf[subschema #1]/orderHistories/items/allOf[subschema #1: OrderHistoryBase]/statusresponse property for the response status200response-property-enum-value-added
- ●
added the new
policy_rejectedenum value to theitems/allOf[subschema #2: OrderResponseBase]/statusresponse property for the response status200response-property-enum-value-added
- ●