Skip to main content
Our pricing is simple: 1 RU per full request, 2 RUs per archive. For which EVM methods are full vs archive, see Request units — EVM methods affected by block age. See also interactive Polygon API call examples. Polygon runs on the Bor client, which does not implement the Erigon-only Parity trace_* or erigon_* namespaces. Migrate the trace_* methods to their debug_* equivalents: On Bor, debug_trace* with flatCallTracer returns traces in the Parity-style flat format, matching the shape of the Erigon trace_* output, so you can reuse your existing trace-parsing logic. The erigon_* convenience methods have no Bor equivalent — use the standard eth_* methods instead. On Bor, eth_getProof returns state proofs only for roughly the latest 128 blocks; historical proof queries are not available.
Last modified on July 23, 2026