Skip to content

Execute a transaction on the blockchain

POST
/chain/execute

Submit a transaction to the blockchain using the provided data.

Authorizations

Request Body required

object
txData

The binary contract data to be submitted to the chain.

string
chainId

The ID for different chains.

integer
walletId

The unique ID for the wallet.

string format: uuid
sentAt

Date and time when the message was sent.

string format: date-time

Responses

200

Transaction executed successfully

object
queryId

The query ID for the transaction.

string format: uuid

401

Unauthorized - Invalid or missing authentication token

object
code

The HTTP status code.

integer
status

The error status description.

string

500

Internal Server Error - Execution failed

object
code

The HTTP status code.

integer
status

The error status description.

string