跳转到主要内容
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

授权

x-api-key
string
header
必填

路径参数

walletId
string
必填
示例:

"YOUR_WALLET_ID"

addressId
string
必填
示例:

"ADDRESS_ID"

请求体

application/json
calls
object[]
示例:

响应

200 - application/json

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

data
示例:

"10052335235393043"

message
string
示例:

"Contract read successfully"

statusCode
number
示例:

200