explore

Contract explorer

Run raw queries against the tencryption contract. Every message mirrors the on-chain schema verbatim — the JSON you see below is exactly what gets base64-encoded and sent to the CosmWasm REST endpoint.

Contract

xion1ur7vx…fhtmnr

Chain

xion-testnet-2

REST endpoint

api.xion-testnet-2.burnt.com

Query

Paginated list of every poll on the contract.

Inputs

Message

{
  "list_polls": {
    "limit": 50
  }
}

Result

Click Run query to fetch data.