v1
latestOpenAPI 3.1.02026-07-24620123.6 KBOn-ramp
The on-ramp endpoint facilitates converting fiat currency into crypto assets on a specified blockchain. It processes a fiat payment from a customer and automatically settles the equivalent crypto amount (currently USDC or USDT) into an on-chain wallet address you provide. The service handles the exchange rate conversion and transaction fees, providing a seamless bridge between traditional finance and decentralised applications.
post/api/minting/onramp
Request body
Response
200
Example response
{
"success": true,
"data": {
"transactionId": "y47aWLwUE2NW7duNNbiM"
}
}