Call chain method
POST /v2/chain/call
POST
/v2/chain/call
Call a read-only method on the blockchain.
Authorizations
Section titled “Authorizations ”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:00ZResponses
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...Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error