Explore chains supported by Sim’s EVM API endpoints.
name
, chain_id
, an array of tags
, and support for each endpoint.
Each endpoint (balances, transactions, activity, etc.) has a supported
boolean value
tags
property groups chains by category, such as mainnet
, testnet
, or default
.
You can use these tags to filter or select chains in API requests.
Any endpoint that supports the chain_ids
query parameter accepts a tag in place of explicit IDs, letting you fetch data for an entire group of chains in a single request.
When using chain_ids
, you can request chains in several ways:
?chain_ids=mainnet
returns all chains tagged with mainnet
. Using ?chain_ids=mainnet,testnet
returns all chains that are tagged with mainnet
or testnet
.?chain_ids=1,137,42161
(Ethereum, Polygon, Arbitrum)chain_ids
returns only chains tagged default
.chain_ids
by passing the chain name (e.g. ?chain_ids=corn,funkichain
).
Open the accordion above and scan the table to see which chains carry tags and which are untagged.