Skip to main content

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