v1

latestOpenAPI 3.1.02026-07-24590534.0 KB

Confirm Off Ramp Transaction

This endpoint confirms the off ramp transaction, and generates the deposit address for crypto deposit.

post/custodial/off_ramp_transactions/{merchant_reference}/confirm

Path parameters

merchant_referencestring required

Response

200

statusstring
messagestring

Example response

{
  "status": "ok",
  "message": "Address has been successfully created",
  "data": {
    "id": "1075784d-79ff-4e9c-816e-74a5eb2eb1ff",
    "address": "0xaddesss",
    "network": "bep20",
    "currency": "usdt",
    "assigned_at": "2025-06-16T16:59:24.353Z",
    "status": "assigned"
  }
}