{"openapi":"3.1.0","info":{"title":"Meter API","version":"1.0.0","description":"Live EVM on-chain data for Meter (chain id 82) — the HotStuff-BFT proof-of-stake Layer-1 whose native gas token is MTR — served directly from public EVM 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 MTR balance and outgoing transaction count for any address, converted from base wei (18 decimals) into whole MTR 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 Meter ecosystem. Live keyless upstream. 5 endpoints.","contact":{"name":"PremiumApi","url":"https://www.oanor.com/by/premiumapi"}},"servers":[{"url":"https://api.oanor.com/meter-api","description":"oanor gateway"}],"tags":[{"name":"Meter"},{"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":["Meter"],"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":"Meter","symbol":"MTR","address":"0x000000000000000000000000000000000000dEaD","balance":0,"tx_count":1425900977,"balance_wei":"0"},"meta":{"timestamp":"2026-06-15T20:40:20.484Z","request_id":"13a24d99-d1c3-4541-8042-7ab927569dfa"},"status":"ok","message":"Meter 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":["Meter"],"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":"0x004c4b40c28fd1e278d3b7d7f4530b41ae7638312aab818a3cd9241d69c1dbed","chain":"Meter","miner":"0x57b0c30ee9aa7863ca5b256d50a949091f1836bb","number":5000000,"gas_used":0,"tx_count":0,"gas_limit":200000000,"timestamp":1606002321,"size_bytes":446,"parent_hash":"0x004c4b3f891bd515084f8679e43e4a5df42c4ccb1b5f619dc961da6e0e1bac48","timestamp_iso":"2020-11-21T23:45:21.000Z"},"meta":{"timestamp":"2026-06-15T20:40:20.769Z","request_id":"745ba1f1-a888-49ee-a06a-97408ad3d094"},"status":"ok","message":"Meter 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":["Meter"],"summary":"Current gas price","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"chain":"Meter","source":"eth_gasPrice","symbol":"MTR","gas_price_wei":100000000000,"gas_price_gwei":100},"meta":{"timestamp":"2026-06-15T20:40:20.858Z","request_id":"3362aba3-7ebe-41aa-a690-aae04b2ec8a7"},"status":"ok","message":"Meter 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":["Meter"],"summary":"Chain status","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"chain":"Meter","source":"Meter EVM RPC","symbol":"MTR","chain_id":82,"network_id":82,"latest_block":94956100,"client_version":"Meter-Gear/1.2.92/linux/python3.12.3"},"meta":{"timestamp":"2026-06-15T20:40:21.458Z","request_id":"2fab47fd-8bff-4432-a9f3-603b9a33e9ac"},"status":"ok","message":"Meter 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":"Meter API","chain":"Meter","source":"Meter EVM JSON-RPC nodes","symbol":"MTR","chain_id":82,"endpoints":["/v1/status","/v1/block","/v1/gas","/v1/balance","/v1/meta"],"description":"Live EVM on-chain data for Meter — the HotStuff-BFT Layer-1 with the MTR gas token.","documentation":"https://meter-api.oanor.dev"},"meta":{"timestamp":"2026-06-15T20:40:21.575Z","request_id":"62881a21-fa1d-4b80-9f75-0489c6a3617f"},"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":330,"rps_limit":2,"hard_limit":true},{"slug":"starter","name":"Starter","price_cents_month":1210,"monthly_call_quota":15800,"rps_limit":8,"hard_limit":true},{"slug":"pro","name":"Pro","price_cents_month":3550,"monthly_call_quota":77000,"rps_limit":16,"hard_limit":true},{"slug":"mega","name":"Mega","price_cents_month":8580,"monthly_call_quota":315000,"rps_limit":40,"hard_limit":true}],"x-oanor-marketplace-url":"https://www.oanor.com/api/meter-api"}