Create OffRamp Order
POST/v1/offramp/orders/create
Create a new offramp order for selling crypto. Pass fiatAmount to create order based on fiat amount or sellTokenAmount to create order based on crypto amount.
senderWalletAddress: The address from which the user is sending crypto to our wallet (mandatory). We verify if crypto is received from this address to our wallet address.refundWalletAddress: The user's wallet address in case of refunds. BothsenderWalletAddressandrefundWalletAddresscan be the same address.- Note: If using the merchant wallet flow, skip passing both
senderWalletAddressandrefundWalletAddressvalues.
Request
Responses
- 200
- 400
- 401
Success
Bad Request
Unauthorized