v1
latestOpenAPI 3.1.02026-07-24590534.0 KBInitiate Off Ramp Transaction
This endpoints initiates the off ramp transaction
post/custodial/off_ramp_transactions/initiate
Request body
Response
200
Example response
{
"status": "ok",
"message": "Transaction successfully initiated",
"data": {
"public_id": "7e4a3067-4ac7-485d-96b5-df746181863f",
"from_currency": "usdt",
"to_currency": "ngn",
"to_amount": "3134.49",
"from_amount": "2.0",
"reference": "TRX-S5UHQDMPAL",
"merchant_reference": "new-transaction-99",
"status": "pending",
"created_at": "2025-06-16T16:58:29.572Z",
"updated_at": "2025-06-16T16:58:29.824Z"
}
}