Accepts plaintext payload, applies markup to KES rate, hashes message, and submits order.
rate_used
.tx_hash
immediately.data
fields
tx_hash
— creation transaction hash (use with GET /orders/tx/{tx_hash}
).status
— order state: submitted | processing | settled | failed | refunded
.rate_used
— FX rate applied when the quote was locked.amount_sent
— token amount in 6 decimals units (e.g., 0.71234
USDC).fiat_paid
— fiat amount charged/expected.GET /orders/tx/{tx_hash}
— fetch current status and details.X-API-Key: <key>
with every request.Create order request body.
Order submitted
The response is of type any
.