latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Mint
Get an order by ID
Returns a single order including deposit instructions and transaction history
get/api/mint/v1/enterprise/{enterpriseId}/orders/{id}
Path parameters
enterpriseIdstring required
Example:67bc4ae090e8af8f9b412d3d67e85252
Enterprise ID
idstring required
Example:95bdbd9c-9cdc-41a4-ae70-165387b7aa51
The exchange order ID
Response
OK
Example response
{
"timeline": [
{
"status": "PROCESSING",
"timestamp": "2025-04-04T09:25:48.216Z"
}
],
"transactions": [
{
"amount": "500000000"
}
],
"type": "MINT",
"destination": {
"address": "0x123456789abcdef123456789abcdef123456789a",
"walletId": "67bc4b038f5408faefbfc8edcf6e6577",
"transferId": "6437d9f07d6a87000613e6c06e4218d3",
"transactionHash": "0xdeadbeef..."
},
"fee": {
"basisPoints": "5"
},
"idempotencyKey": "mint-order-2025-04-04-001",
"depositInstructions": {
"type": "GO_ACCOUNT",
"sequenceId": "order-deposit:95bdbd9c-9cdc-41a4-ae70-165387b7aa51",
"address": "0x123456789abcdef123456789abcdef123456789a"
},
"orderMethod": "ISSUER_DIRECT"
}