POST
/
v1
/
gateway
/
withdraw
/
network-fee
Withdraw Network Fee
curl --request POST \
  --url https://api.blockradar.co/v1/gateway/withdraw/network-fee \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "amount": "10"
}'
{
  "data": {
    "estimatedArrivalTime": 10,
    "nativeBalance": "0.044395941712804974",
    "nativeBalanceInUSD": "0.0443915021186336935026",
    "networkFee": "0.00000013083861216",
    "networkFeeInUSD": "0.000000130825528298784",
    "transactionFee": 2.005999
  },
  "message": "Withdraw network fees calculated successfully",
  "statusCode": 200
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200 - application/json

200

The response is of type object.