Ramp
Create a ramp order
Creates an on-ramp or off-ramp order with the selected provider.
post/ramp/orders
Request body
Example request
{
"type": "on-ramp",
"provider": "FONBNK",
"fiatCurrency": "NGN",
"cryptoAmount": 10,
"destinationChain": "BASE_MAINNET",
"sourceChain": "BASE_MAINNET",
"amountSymbol": "USDC",
"recipientAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"senderAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"countryCode": "NG",
"userEmail": "user@example.com",
"fields": {
"phoneNumber": "+2348012345678"
}
}Response
Ramp order created successfully