{"openapi":"3.1.0","info":{"title":"Monad API","version":"1.0.0","description":"Live EVM on-chain data for Monad (chain id 143) — the high-performance, parallel-execution Layer-1 designed for thousands of transactions per second, whose native token is MON — 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 MON balance and outgoing transaction count for any address, converted from base wei (18 decimals) into whole MON 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 Monad ecosystem. Live keyless upstream. 5 endpoints.","contact":{"name":"PremiumApi","url":"https://www.oanor.com/by/premiumapi"}},"servers":[{"url":"https://api.oanor.com/monad-api","description":"oanor gateway"}],"tags":[{"name":"Monad"},{"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":["Monad"],"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":"Monad","symbol":"MON","address":"0x000000000000000000000000000000000000dEaD","balance":4980.484656,"tx_count":0,"balance_wei":"4980484656011323274358"},"meta":{"timestamp":"2026-06-15T20:40:07.318Z","request_id":"e7eba5d9-4716-4841-9376-196408d4eb9e"},"status":"ok","message":"Monad 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":["Monad"],"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":"0xd0f94c697d3164ccb82bebe277fb593f6b2b2847759cadc59b7ea225051e5a76","chain":"Monad","miner":"0x0000000000000000000000000000000000000000","number":5000000,"gas_used":0,"tx_count":0,"gas_limit":150000000,"timestamp":1749744684,"size_bytes":618,"parent_hash":"0x2b2bc28647623ef25b9ee1dbcf34ae2fda87f8762fe3e38c0fc143787a7a5857","timestamp_iso":"2025-06-12T16:11:24.000Z"},"meta":{"timestamp":"2026-06-15T20:40:07.501Z","request_id":"ae12175e-85ae-4394-a381-4b97e7ceb30d"},"status":"ok","message":"Monad 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":["Monad"],"summary":"Current gas price","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"chain":"Monad","source":"eth_gasPrice","symbol":"MON","gas_price_wei":102000000000,"gas_price_gwei":102},"meta":{"timestamp":"2026-06-15T20:40:07.585Z","request_id":"3347c995-36b6-4e78-991e-d9df3ab838ba"},"status":"ok","message":"Monad 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":["Monad"],"summary":"Chain status","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"chain":"Monad","source":"Monad EVM RPC","symbol":"MON","chain_id":143,"network_id":143,"latest_block":81517031,"client_version":"Monad/0.14.5"},"meta":{"timestamp":"2026-06-15T20:40:07.699Z","request_id":"dac3df05-9ad0-4074-9f64-8f24015a8b0d"},"status":"ok","message":"Monad 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":"Monad API","chain":"Monad","source":"Monad EVM JSON-RPC nodes","symbol":"MON","chain_id":143,"endpoints":["/v1/status","/v1/block","/v1/gas","/v1/balance","/v1/meta"],"description":"Live EVM on-chain data for Monad — the high-performance parallel-execution Layer-1, native token MON.","documentation":"https://monad-api.oanor.dev"},"meta":{"timestamp":"2026-06-15T20:40:07.761Z","request_id":"1d31b161-b885-44d3-8e2d-98597561be5c"},"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":400,"rps_limit":2,"hard_limit":true},{"slug":"starter","name":"Starter","price_cents_month":1390,"monthly_call_quota":17200,"rps_limit":8,"hard_limit":true},{"slug":"pro","name":"Pro","price_cents_month":3690,"monthly_call_quota":88000,"rps_limit":16,"hard_limit":true},{"slug":"mega","name":"Mega","price_cents_month":8790,"monthly_call_quota":350000,"rps_limit":40,"hard_limit":true}],"x-oanor-marketplace-url":"https://www.oanor.com/api/monad-api"}