WITHDRAWALS Endpoints
The withdrawal destination address
bc1q42lja79elem0anu8q8s3h2n687re9jax556pcc
The currency of funds to be withdrawn
The amount of funds to be withdrawn
0.001
Allows to specify if amount value represents actual 'gross' amount (before service fee deductions) or 'net' amount (after service fee deductions and what actually recipient will recieve)
gross
Possible values: The external identifier of the withdrawal
POST /withdrawals HTTP/1.1
Host: tunell-gateway.ecng.digital
X-API-KEY: YOUR_API_KEY
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 132
"address='bc1q42lja79elem0anu8q8s3h2n687re9jax556pcc'¤cy='BTC'&amount='0.001'&amountType='gross'&referenceId='text'"
{
"transactionId": "00000000-0000-0000-0000-000000000000"
}
The withdrawal destination address
bc1q42lja79elem0anu8q8s3h2n687re9jax556pcc
The currency of funds to be withdrawn
The amount of funds to be withdrawn
0.001
Allows to specify if amount value represents actual 'gross' amount (a FIAT/stablecoin amount before service fee deductions), 'net' amount (a crypto amount after service fee deductions and what actually recipient will recieve) or 'purchase' amount (a crypto amount to be purchased)
The FIAT/stablecoin currency name to exchange crypto from
The external identifier of the withdrawal
POST /outgoings HTTP/1.1
Host: tunell-gateway.ecng.digital
X-API-KEY: YOUR_API_KEY
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 153
"address='bc1q42lja79elem0anu8q8s3h2n687re9jax556pcc'¤cy='BTC'&amount='0.001'&amountType='gross'&exchangeFrom='EUR'&referenceId='text'"
{
"transactionId": "00000000-0000-0000-0000-000000000000"
}
Last updated