Skip to main content
POST
Child Address Network Fee

Batch Operations

This endpoint supports batch operations, allowing you to estimate network fees for multiple contract operations from a specific child address in a single API call.

Batch Request Format

To estimate fees for multiple operations, use the calls array:

Batch Response Format

Returns individual fees plus totals:

Response Fields

Validation Rules

Use Cases

  • Fee estimation: Calculate total cost before executing batch operations
  • Gas optimization: Compare fees across different operation orderings
  • Budget planning: Estimate costs for multi-step DeFi transactions

Authorizations

x-api-key
string
header
required

Path Parameters

walletId
string
required
Example:

"YOUR_WALLET_ID"

addressId
string
required
Example:

"ADDRESS_ID"

Body

application/json
calls
object[]
Example:

Response

200 - application/json

Ethereum / Tron / Ethereum (Batch) / Tron (Batch)

data
object
message
string
Example:

"Network fee retrieved successfully"

statusCode
number
Example:

200