Skip to main content
POST
/
idr
/
initiate_onramp
IDR Auto Onramp
curl --request POST \
  --url https://api.linkio.world/transactions/v2/idr/initiate_onramp \
  --header 'Content-Type: application/json' \
  --header 'ngnc-sec-key: <api-key>' \
  --data '
{
  "amount": "<string>",
  "wallet_address": "<string>",
  "stables": "USDT"
}
'

Authorizations

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

Body

application/json
amount
string
required

IDR amount to convert (amount used in to get quote).

wallet_address
string
required

Wallet address where token will be sent to.

stables
enum<string>
required

Stablecoin to receive in USDT.

Available options:
USDT

Response

200 - undefined