Network & Consensus (pod_)
Body
jsonrpcstringRequiredDefault:
2.0methodstringRequiredDefault:
pod_sendRawTransactionidintegerRequiredDefault:
1paramsarrayRequiredExample:
Parameters:
signed_tx(string): Signed RLP-encoded transaction datatimeout_secs(integer, optional): Max seconds to wait for attestations
["0x02f8...",10]Responses
200
Object with tx_hash, successes count, and errors array
application/json
post
/pod_sendRawTransaction200
Object with tx_hash, successes count, and errors array
Body
jsonrpcstringRequiredDefault:
2.0methodstringRequiredDefault:
pod_getVoteBatchesidintegerRequiredDefault:
1paramsinteger[]RequiredExample:
Parameters:
from_sequence(integer, nullable): Starting sequence number. None = start from 0to_sequence(integer, nullable): Ending sequence number. None = up to latest
[0,1000]Responses
200
Array of vote batch objects
application/json
post
/pod_getVoteBatches200
Array of vote batch objects
Body
jsonrpcstringRequiredDefault:
2.0methodstringRequiredDefault:
pod_getBridgeClaimProofidintegerRequiredDefault:
1paramsstring[]RequiredExample:
Parameters:
tx_hash(bytes32): Transaction hash of the deposit transaction
["0xf74e07ff80dc54c7e894396954326fe13f07d176746a6a29d0ea34922b856402"]Responses
200
Bridge claim proof for the external chain claim call
application/json
400
Receipt not found or insufficient attestations
application/json
post
/pod_getBridgeClaimProofLast updated

