Returns all supported chains with their configuration, including confirmation strategy, block times, and polling schedules.
cURL
curl --request GET \ --url https://api.cherp.dev/v1/chains \ --header 'Authorization: Bearer <token>'
{ "chains": [ { "caip2": "<string>", "name": "Solana", "blockTimeMs": 123, "confirmationStrategy": "commitment_levels", "nativeToken": "<string>", "tokens": [ "<string>" ] } ] }
API key. Use pk_live_* for production or pk_test_* for test mode.
pk_live_*
pk_test_*
List of supported chains
Show child attributes