Call chain method
POST /v2/chain/call
POST
/v2/chain/call
Call a read-only method on the blockchain.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”object
txData
required
The transaction data
string
0x123...
chainId
required
The chain ID
number
1
sentAt
required
The timestamp when the call was sent
string
2024-03-14T12:00:00Z
Responses
Section titled “ Responses ”Chain call result
object
executionId
required
The execution ID
string
12345678-1234-1234-1234-123456789012
data
required
The result data
string
0x123...