Skip to main content

Chain Details

PropertyValue
Chaineclipse
Query Parameterchains=eclipse
SVM endpoints use the chains parameter with string values (solana, eclipse, or all), not numeric chain_ids like EVM endpoints.

Supported Endpoints

EndpointSupported
Balances
Transactions
Transactions support for Eclipse is coming soon.

Example Requests

Use chains=eclipse to query Eclipse specifically.

Balances

curl -X GET "https://api.sim.dune.com/beta/svm/balances/YOUR_ECLIPSE_ADDRESS?chains=eclipse" \
  -H "X-Sim-Api-Key: YOUR_API_KEY"

See Also