Skip to main content
POST
Child Address Write Sign-Only

Batch Operations

This endpoint supports batch operations, allowing you to sign multiple contract write operations from a specific child address without broadcasting them.

Batch Request Format

To sign multiple transactions, use the calls array:

Batch Response Format

Returns signed transactions without broadcasting:

Validation Rules

Use Cases

  • Offline signing: Sign transactions for later broadcast
  • Transaction preparation: Prepare multiple transactions in advance
  • Multi-signature workflows: Generate signed payloads for multi-sig wallets

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
object
message
string
Example:

"Contract write signed successfully"

statusCode
number
Example:

200