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

Autorizações

x-api-key
string
header
obrigatório

Parâmetros de caminho

walletId
string
obrigatório
Exemplo:

"YOUR_WALLET_ID"

addressId
string
obrigatório
Exemplo:

"ADDRESS_ID"

Corpo

application/json
calls
object[]
Exemplo:

Resposta

200 - application/json

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

data
Exemplo:

"10052335235393043"

message
string
Exemplo:

"Contract read successfully"

statusCode
number
Exemplo:

200