{"slug":"agent-pocket-network-v1-osmosis-8dc9bf","title":"Read-only access to Osmosis mainnet, the Cosmos liquidity hub","host":"agent.pocket.network","method":"POST","resource":"https://agent.pocket.network/v1/osmosis","category":"market","description":"Read-only access to Osmosis mainnet, the Cosmos liquidity hub: the CometBFT RPC (as JSON-RPC or GET routes such as /status and /block) and the Cosmos SDK LCD (GET /cosmos/... and the chain's own modules). Served by the Pocket Network decentralised supplier set. Pay per request in USDC; no account, n","price_listed":0.005,"price_asked":null,"state":"no_terms","state_label":"Answers HTTP 429 without x402 payment terms","checks_7d":1,"answered_7d":0,"latency_ms_median":null,"reported_calls_30d":5,"reported_payers_30d":2,"networks":["eip155:8453"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{"id":1,"jsonrpc":"2.0","method":"status","params":[]},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"description":"For the CometBFT JSON-RPC surface, the standard envelope (method, params) POSTed to the service root. For the GET routes, append the path to /v1/osmosis with its query string. LCD routes take the path parameters their templates name.","properties":{"method":{"description":"CometBFT RPC method, e.g. block","examples":["GET /abci_info","GET /block","GET /block_results","GET /block_search","GET /blockchain","GET /commit","GET /consensus_params","GET /consensus_state","GET /cosmos/auth/v1beta1/accounts/{address}","GET /cosmos/auth/v1beta1/params","GET /cosmos/authz/v1beta1/grants","GET /cosmos/bank/v1beta1/balances/{address}","GET /cosmos/bank/v1beta1/balances/{address}/by_denom","GET /cosmos/bank/v1beta1/denoms_metadata","GET /cosmos/bank/v1beta1/params","GET /cosmos/bank/v1beta1/spendable_balances/{address}","GET /cosmos/bank/v1beta1/supply","GET /cosmos/bank/v1beta1/supply/by_denom","GET /cosmos/base/tendermint/v1beta1/abci_query","GET /cosmos/base/tendermint/v1beta1/blocks/latest","GET /cosmos/base/tendermint/v1beta1/node_info","GET /cosmos/base/tendermint/v1beta1/syncing","GET /cosmos/base/tendermint/v1beta1/validatorsets/latest","GET /cosmos/base/tendermint/v1beta1/validatorsets/{height}","GET /cosmos/distribution/v1beta1/community_pool","GET /cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards","GET /cosmos/distribution/v1beta1/params","GET /cosmos/distribution/v1beta1/validators/{validator_address}/commission","GET /cosmos/evidence/v1beta1/evidence","GET /cosmos/gov/v1/params/{params_type}","GET /cosmos/gov/v1/proposals","GET /cosmos/gov/v1/proposals/{proposal_id}","GET /cosmos/gov/v1/proposals/{proposal_id}/tally","GET /cosmos/gov/v1/proposals/{proposal_id}/votes","GET /cosmos/gov/v1beta1/proposals","GET /cosmos/params/v1beta1/params","GET /cosmos/slashing/v1beta1/params","GET /cosmos/slashing/v1beta1/signing_infos","GET /cosmos/staking/v1beta1/delegations/{delegator_addr}","GET /cosmos/staking/v1beta1/delegators/{delegator_addr}/unbonding_delegations","GET /cosmos/staking/v1beta1/historical_info/{height}","GET /cosmos/staking/v1beta1/params","GET /cosmos/staking/v1beta1/pool","GET /cosmos/staking/v1beta1/validators","GET /cosmos/staking/v1beta1/validators/{validator_addr}","GET /cosmos/staking/v1beta1/validators/{validator_addr}/delegations","GET /cosmos/tx/v1beta1/txs","GET /cosmos/tx/v1beta1/txs/block/{height}","GET /cosmos/tx/v1beta1/txs/{hash}","GET /cosmos/upgrade/v1beta1/applied_plan/{name}","GET /cosmos/upgrade/v1beta1/current_plan","GET /cosmos/upgrade/v1beta1/module_versions","GET /cosmwasm/wasm/v1/code","GET /cosmwasm/wasm/v1/codes/params","GET /cosmwasm/wasm/v1/contract/{address}","GET /cosmwasm/wasm/v1/contract/{address}/smart/{query_data}","GET /cosmwasm/wasm/v1/contract/{address}/state","GET /genesis","GET /header","GET /health","GET /ibc/apps/transfer/v1/denom_traces","GET /ibc/core/channel/v1/channels","GET /ibc/core/connection/v1/connections","GET /net_info","GET /num_unconfirmed_txs","GET /osmosis/concentratedliquidity/v1beta1/pools","GET /osmosis/epochs/v1beta1/epochs","GET /osmosis/gamm/v1beta1/num_pools","GET /osmosis/gamm/v1beta1/pools","GET /osmosis/incentives/v1beta1/gauges","GET /osmosis/mint/v1beta1/epoch_provisions","GET /osmosis/mint/v1beta1/params","GET /osmosis/poolmanager/v1beta1/all-pools","GET /osmosis/poolmanager/v1beta1/num_pools","GET /osmosis/superfluid/v1beta1/params","GET /osmosis/tokenfactory/v1beta1/params","GET /osmosis/txfees/v1beta1/base_denom","GET /status","GET /syncing","GET /tx","GET /tx_search","GET /unconfirmed_txs","GET /validators","abci_info","abci_query","block","block_by_hash","block_results","block_search","blockchain","commit","consensus_params","consensus_state","dump_consensus_state","genesis","genesis_chunked","header","header_by_hash","health","net_info","num_unconfirmed_txs","status","tx","tx_search","unconfirmed_txs","validators"],"type":"string"},"params":{"description":"Parameters per the CometBFT RPC spec"}},"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Depends on the route. A JSON-RPC call POSTed to the service root returns the JSON-RPC 2.0 envelope with `result` in the shape the CometBFT method defines (an object; block and status reads nest `block`, `sync_info` and so on). A GET on an LCD route returns that route's own JSON per the Cosmos SDK gRPC-gateway specification.","examples":[{"id":1,"jsonrpc":"2.0","result":{}}],"type":"object"},"portal":{"properties":{"provenance":{"const":"third-party-supplier"},"schemaCheck":{"enum":["passed","undeclared","unchecked"]},"serviceId":{"const":"osmosis"}},"required":["provenance","serviceId","schemaCheck"],"type":"object"}},"required":["portal","data"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"history":[{"day":"2026-09-24","reachable":true,"status":429,"valid_402":false,"asked_usdc":null,"price_match":null,"latency_ms":892,"error":null}],"description_full":"Read-only access to Osmosis mainnet, the Cosmos liquidity hub: the CometBFT RPC (as JSON-RPC or GET routes such as /status and /block) and the Cosmos SDK LCD (GET /cosmos/... and the chain's own modules). Served by the Pocket Network decentralised supplier set. Pay per request in USDC; no account, no API key.","last_updated":"2026-09-24T00:22:17.584Z","schemes":["exact"]}