Skip to main content
POST
Child Address Read

Batch Operations

This endpoint supports batch operations, allowing you to read multiple contract methods in a single API call from a specific child address.

Batch Request Format

To execute multiple reads, use the calls array:

Batch Response Format

Batch responses include success and errors arrays:

Validation Rules

Use Cases

  • Bulk reads: Read multiple contract states efficiently
  • Multi-asset balances: Query balances across multiple assets in one call
  • Protocol state: Read multiple protocol parameters simultaneously

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
Example:

"10052335235393043"

message
string
Example:

"Contract read successfully"

statusCode
number
Example:

200