Passer au contenu principal
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

Autorisations

x-api-key
string
header
requis

Paramètres de chemin

walletId
string
requis
Exemple:

"YOUR_WALLET_ID"

addressId
string
requis
Exemple:

"ADDRESS_ID"

Corps

application/json
calls
object[]
Exemple:

Réponse

200 - application/json

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

data
Exemple:

"10052335235393043"

message
string
Exemple:

"Contract read successfully"

statusCode
number
Exemple:

200