Child Address Network Fee
Withdraw
Child Address Network Fee
This endpoint is used to calculate the network fee for a withdrawal from a specific address.
Body Parameters
| 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, except on Stellar, where it is attached as the transaction memo. |
| metadata | false | object | Optional metadata (key-value pairs) for additional transaction details. |
POST
Child Address Network Fee
Batch Operations
This endpoint supports batch operations, allowing you to estimate network fees for multiple withdrawal operations from a specific child address in a single API call.Batch Request Format
To estimate fees for multiple withdrawals, use theassets array:
Batch Response Format
Returns individual fees plus totals:Response Fields
Validation Rules
Use Cases
- Multi-recipient withdrawal: Estimate fees for sending to multiple addresses
- Bulk payouts: Calculate total cost for batch payment operations
- Budget planning: Plan withdrawal operations with accurate fee estimates
Authorizations
Path Parameters
Example:
"YOUR_WALLET_ID"
Example:
"ADDRESS_ID"
Body
application/json

