---
title: "Initiate Off Ramp Transaction"
method: POST
path: "/custodial/off_ramp_transactions/initiate"
---

# Initiate Off Ramp Transaction

`POST /custodial/off_ramp_transactions/initiate`

This endpoints initiates the off ramp transaction

## Request body

- object
  - `from_currency` 'usdt' | 'usdc' | 'cngn'
  - `to_currency` 'ngn' | 'ghs'
  - `from_amount` string
  - `network` 'celo' | 'polygon' | 'erc20' | 'bep20' | 'lsk' | 'solana' | 'base' | 'ton' | 'trc20' — Supported networks:
  - `merchant_reference` string — add unique reference
  - `customer` object
    - `email` string — Note: Please use your company domain for the email extension.
    - `first_name` string — Please use the customer's first name, as it is the name the system will use for comparison before approving the deposit.
    - `last_name` string — Please use the customer's last name, as it is the name the system will use for comparison before approving the deposit.

## Response `200`

200

- object
  - `status` string
  - `message` string
  - `data` object
    - `public_id` string
    - `from_currency` string
    - `to_currency` string
    - `to_amount` string
    - `from_amount` string
    - `reference` string
    - `merchant_reference` string
    - `status` string
    - `created_at` string
    - `updated_at` string

## Other responses

- `400` — 400
- `403` — 403

---

[API](https://skmtc.net/quidax/apis/api-3-0.md) · [All operations](https://skmtc.net/quidax/apis/api-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quidax/api-3-0/revisions/75e2867b5dc0/schema)
