Wallet
Withdraw Network Fee
This API endpoint is used to get the withdrawal network fee from a specific wallet.
Body Parameters
Key | Required | Type | Description |
---|---|---|---|
assetId | true | string | The ID of the asset to be withdrawn. |
address | true | string | The recipient’s address for the withdrawal. |
amount | true | string | The amount to be withdrawn. |
POST
/
v1
/
wallets
/
{walletId}
/
withdraw
/
network-fee
Authorizations
x-api-key
string
headerrequiredPath Parameters
walletId
string
requiredBody
application/json
address
string
amount
string
assetId
string
Response
200 - application/json
data
object
message
string
statusCode
number