Withdraw the fiat currency, convert to the coin, and send to the address.
Request
Body Params application/json
{
"coinId": 1,
"fiatCurrency": "USD",
"fiatAmount": "100",
"address": "0x12345678901"
}
Request samples
curl --location --request POST 'https://api.nullpay.net/api/v1/p/withdraw/fiat' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"coinId": 1,
"fiatCurrency": "USD",
"fiatAmount": "100",
"address": "0x12345678901"
}'
Responses
application/json Modified at 2024-07-20 10:32:29