Why Polygon eth_getLogs costs more CU
Polygon produces more aggressive block payloads than Ethereum mainnet in many epochs. To keep log-heavy workloads
from starving other tenants, etox applies a higher CU weight for eth_getLogs on Polygon than on
Ethereum. The numeric table is published on our docs page and enforced consistently at
the gateway — no surprise invoices after the fact.
Bor method coverage
Validators and analytics pipelines sometimes rely on bor_getAuthor,
bor_getCurrentValidators, and related calls. Our Redis weight map reserves entries for these
methods so metered billing matches actual CPU and I/O pressure on the Erigon instance.
Authentication and WebSocket
As with every etox chain, authenticated HTTP calls require an API key from
dashboard.etox.io as the first URL path segment. WebSocket RPC uses the
same pattern under /ws/ for subscriptions Erigon supports — see /docs for
examples mirrored from Ethereum.
Related chains
Pair Polygon with our Ethereum archive RPC for L1 anchor reads, add Arbitrum or Base for L2 traffic on the same control plane.