Skip to main content
POST
/
direct_ramp
/
deposit
Direct Onramp
curl --request POST \
  --url https://api.linkio.world/transactions/v2/direct_ramp/deposit \
  --header 'ngnc-sec-key: <api-key>'

Authorizations

ngnc-sec-key
string
header
default:""
required

Query Parameters

quoteId
string
required

Id from get Rate Quote endpoint.

currency
enum<string>
default:NGN
required
Available options:
NGN,
GHS,
KES,
ZAR
stables
enum<string>
default:USDC
required

Stable coin in which user wants to be settled in (USDC, USDT).

Available options:
USDC,
USDT
network
enum<string>
required

The address network to disburse payment.

Available options:
base,
matic
address
string
required

Wallet address stablecoin token will be sent to.

phone_number
string

currency payment method is mobile money transfer. input phone number sending funds.

bankaccount_number
string

Currency payment method is bank transfer. Input account number sending funds.

Response

200 - undefined