Supported Chains
curl --request GET \
--url https://api.bebop.xyz/jam/chains{
"ethereum": 1,
"polygon": 137,
"arbitrum": 42161,
"base": 8453,
"bsc": 56
}API Reference
Supported Chains
Returns a mapping of chain names to chain IDs supported by the Aggregation API.
GET
/
chains
Supported Chains
curl --request GET \
--url https://api.bebop.xyz/jam/chains{
"ethereum": 1,
"polygon": 137,
"arbitrum": 42161,
"base": 8453,
"bsc": 56
}Response
200 - application/json
Mapping of chain names to chain IDs
Was this page helpful?
⌘I