latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Mint
Create an order
Submits a new mint or burn order for the enterprise
post/api/mint/v1/enterprise/{enterpriseId}/orders
Path parameters
enterpriseIdstring required
Example:67bc4ae090e8af8f9b412d3d67e85252
Enterprise ID submitting the order
Request body
Example request
{
"idempotencyKey": "mint-order-2025-04-04-001",
"memo": "Q2 rebalance batch 3",
"source": {
"asset": "sol:usd1",
"amount": "1000500000",
"walletId": "67bc4b038f5408faefbfc8edcf6e6577",
"type": "GO_ACCOUNT"
},
"destination": {
"asset": "fiatusd",
"address": "0x123456789abcdef123456789abcdef123456789a",
"walletId": "67bc4b038f5408faefbfc8edcf6e6577"
}
}Response
Created
Example response
{
"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"
}