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

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

"Contract write signed successfully"

statusCode
number
Exemple:

200