Wallet Management
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. |
gasPrice | false | string | The gas price for the transaction. |
nounce | false | string | The nounce for the transaction. |
gasLimit | false | string | The gas limit for the transaction. |
POST
Authorizations
Path Parameters
Example:
"{{walletId}}"
Body
application/json
Example:
"RECIPIENT_ADDRESSS"
Example:
"AMOUNT_TO_SEND"
Example:
"WALLET_ASSET_ID"