POST
/
v1
/
wallets
/
{walletId}
/
withdraw
/
network-fee
{
  "data": {
    "nativeBalance": "0.04998428208321722",
    "networkFee": "0.000000021112014"
  },
  "message": "Network fee fetched successfully",
  "statusCode": 200
}

Authorizations

x-api-key
string
headerrequired

Path Parameters

walletId
string
required

Body

application/json
address
string
amount
string
assetId
string

Response

200 - application/json
data
object
message
string
statusCode
number