v1
latestOpenAPI 3.1.02026-07-17373221.0 KBOther
Get supported blockchain chains
Returns a list of all blockchain networks supported by Sourcify
get/chains
Response
List of supported chains
Example response
[
{
"name": "Tempo Testnet",
"title": "Tempo Testnet",
"chainId": 1,
"rpc": [
"https://rpc.mainnet.ethpandaops.io"
],
"traceSupportedRPCs": [
{
"type": "trace_transaction"
}
],
"supported": true,
"etherscanAPI": true
}
]