{"openapi":"3.1.0","info":{"title":"XPLA API","version":"1.0.0","description":"Live EVM on-chain data for XPLA (chain id 37) — the Cosmos-built gaming and entertainment Layer-1 from Com2uS, whose native token is XPLA, served through its Dimension EVM via public JSON-RPC nodes with multi-node failover. The status endpoint returns the chain and network id, the latest block height and the node client version. The block endpoint returns a block by number (or the latest) with its hash, parent hash, timestamp, transaction count, gas used and gas limit, miner and size. The gas endpoint returns the current gas price in both wei and gwei. The balance endpoint returns the XPLA balance and outgoing transaction count for any EVM address, converted from base wei (18 decimals) into whole XPLA with exact big-integer scaling. Every figure is read live from the chain over JSON-RPC — nothing bundled or modelled — behind a short server-side cache with keep-warm so the feed stays fast and fresh. Ideal for explorers, wallet and dashboard tooling, gas trackers, address monitors and analytics apps across the XPLA gaming and NFT ecosystem. Live keyless upstream. 5 endpoints.","contact":{"name":"PremiumApi","url":"https://www.oanor.com/by/premiumapi"}},"servers":[{"url":"https://api.oanor.com/xpla-api","description":"oanor gateway"}],"tags":[{"name":"XPLA"},{"name":"Meta"}],"components":{"securitySchemes":{"oanorKey":{"type":"apiKey","in":"header","name":"x-oanor-key","description":"Get your key at https://www.oanor.com/developer/keys"}}},"security":[{"oanorKey":[]}],"paths":{"/v1/balance":{"get":{"operationId":"get_v1_balance","tags":["XPLA"],"summary":"Address balance & tx count","description":"","parameters":[{"name":"address","in":"query","required":false,"description":"EVM address (0x + 40 hex)","schema":{"type":"string"},"example":"0x000000000000000000000000000000000000dEaD"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"chain":"XPLA","symbol":"XPLA","address":"0x000000000000000000000000000000000000dEaD","balance":0,"tx_count":0,"balance_wei":"0"},"meta":{"timestamp":"2026-06-15T20:40:18.078Z","request_id":"f0d840a0-649d-440d-aea2-0e6fb99c53a9"},"status":"ok","message":"XPLA balance retrieved","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/block":{"get":{"operationId":"get_v1_block","tags":["XPLA"],"summary":"Block by number (or latest)","description":"","parameters":[{"name":"number","in":"query","required":false,"description":"Block number; omit for latest","schema":{"type":"string"},"example":"5000000"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"hash":"0x7ec1e8eed8be573f9ae3cdfc5dda73ab231b7056acfeb2d2b203f2d35ef620a9","chain":"XPLA","miner":"0x7ceaf61796b1b37cc8885606daf8df6cb6e7a21c","number":5000000,"gas_used":513336,"tx_count":0,"gas_limit":100000000,"timestamp":1691447714,"size_bytes":618,"parent_hash":"0x09ca53b56fee182613b6011cc5723f3fcce1510fa27c1dd28d269eddc723d7a1","timestamp_iso":"2023-08-07T22:35:14.000Z"},"meta":{"timestamp":"2026-06-15T20:40:19.138Z","request_id":"840f11fe-9e0b-4086-aa46-7c14cd4361d4"},"status":"ok","message":"XPLA block retrieved","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/gas":{"get":{"operationId":"get_v1_gas","tags":["XPLA"],"summary":"Current gas price","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"chain":"XPLA","source":"eth_gasPrice","symbol":"XPLA","gas_price_wei":280000000000,"gas_price_gwei":280},"meta":{"timestamp":"2026-06-15T20:40:19.584Z","request_id":"18c4e13e-948a-40b1-80fa-089d32b2591d"},"status":"ok","message":"XPLA gas retrieved","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/status":{"get":{"operationId":"get_v1_status","tags":["XPLA"],"summary":"Chain status","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"chain":"XPLA","source":"XPLA Dimension EVM RPC","symbol":"XPLA","chain_id":37,"network_id":37,"latest_block":19989481,"client_version":"Version dev ()\nCompiled at  using Go go1.23.10 (amd64)"},"meta":{"timestamp":"2026-06-15T20:40:20.037Z","request_id":"5bc1ca7b-b265-461d-afda-22f244f66591"},"status":"ok","message":"XPLA status retrieved","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/meta":{"get":{"operationId":"get_v1_meta","tags":["Meta"],"summary":"Spec","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"api":"XPLA API","chain":"XPLA","source":"XPLA Dimension EVM JSON-RPC nodes","symbol":"XPLA","chain_id":37,"endpoints":["/v1/status","/v1/block","/v1/gas","/v1/balance","/v1/meta"],"description":"Live EVM on-chain data for XPLA — the Cosmos-based gaming and entertainment Layer-1 (XPLA token), via its Dimension EVM.","documentation":"https://xpla-api.oanor.dev"},"meta":{"timestamp":"2026-06-15T20:40:20.143Z","request_id":"f659e676-78b6-4278-bf5c-da7faa16af13"},"status":"ok","message":"Meta","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}}},"x-oanor-pricing":[{"slug":"free","name":"Free","price_cents_month":0,"monthly_call_quota":350,"rps_limit":2,"hard_limit":true},{"slug":"starter","name":"Starter","price_cents_month":1240,"monthly_call_quota":16600,"rps_limit":8,"hard_limit":true},{"slug":"pro","name":"Pro","price_cents_month":3620,"monthly_call_quota":80000,"rps_limit":16,"hard_limit":true},{"slug":"mega","name":"Mega","price_cents_month":8740,"monthly_call_quota":325000,"rps_limit":40,"hard_limit":true}],"x-oanor-marketplace-url":"https://www.oanor.com/api/xpla-api"}