Authorizations
Path Parameters
Example:
"{{walletId}}"
Body
application/json
This API endpoint is used to get the withdrawal network fee from a specific wallet.
Key | Required | Type | Description |
---|---|---|---|
assetId | true* | string (UUID) | The ID of the asset to withdraw. Required if assets array is not provided. |
address | true* | string | The destination wallet address for the withdrawal. Required if assets array is not provided. |
amount | true* | string | The withdrawal amount. Must be greater than 0. Required if assets array is not provided. |
reference | false | string | An optional reference note for the withdrawal. |
note | false | string | A short message or internal remark to associate with this withdrawal. Not visible on-chain. |
metadata | false | object | Optional metadata (key-value pairs) for additional transaction details. |
"{{walletId}}"