Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl "https://partners-backend-1038109371738.europe-west1.run.app/api/v1/chains"
const response = await fetch( 'https://partners-backend-1038109371738.europe-west1.run.app/api/v1/chains' ); const data = await response.json();
import requests response = requests.get( 'https://partners-backend-1038109371738.europe-west1.run.app/api/v1/chains' ) data = response.json()
{ "chain_ids": [8453, 1, 42161, 137, 84532, 11155111] }
Get list of supported blockchain chains
8453
1
42161
137
84532
11155111