v1

latestOpenAPI 3.1.02026-07-24590534.0 KB

Initiate Off Ramp Transaction

This endpoints initiates the off ramp transaction

post/custodial/off_ramp_transactions/initiate

Request body

from_currency'usdt' | 'usdc' | 'cngn'
to_currency'ngn' | 'ghs'
from_amountstring
network'celo' | 'polygon' | 'erc20' | 'bep20' | 'lsk' | 'solana' | 'base' | 'ton' | 'trc20'

Supported networks:

merchant_referencestring

add unique reference

Response

200

statusstring
messagestring

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"
  }
}