Cosmos RPC Proxy
RPC
Cosmos RPC Proxy
JSON-RPC 2.0 proxy to the Cosmos RPC of a supported Cosmos chain. The request and response follow the standard JSON-RPC 2.0 specification.
Only a limited set of RPC methods is supported:
status— fetch the node status.paramsmust be{}.abci_query— query application state.paramsmust includedata(string),path(string), andprove(boolean). Allowedpathvalues:/cosmos.auth.v1beta1.Query/Account/cosmos.bank.v1beta1.Query/AllBalances/cosmos.tx.v1beta1.Service/Simulate
broadcast_tx_sync— broadcast a signed transaction.paramsmust contain a singletxfield (string).tx_search— search for transactions.paramsmust includepage(string, only"1"is allowed) andquery(string, must matchtx.hash='<64-hex>').
Any other method or unsupported parameter shape returns a 400 error.
POST
Cosmos RPC Proxy
Documentation Index
Fetch the complete documentation index at: https://docs.initia.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Cosmos chain ID to proxy the RPC call to.
Body
application/json