Chains supported by Enso API.
/networks
curl -X 'GET' \ 'https://api.enso.finance/api/v1/networks' \ -H 'accept: application/json' \ -H "Authorization: Bearer $ENSO_API_KEY" \ | jq -r '.[] | "\(.name) (\(.id))"' | paste -sd '\n' -
Updated
Was this page helpful?