API
Pull data programmatically from Ethernal
At the moment, only one endpoint is available, if there is some data that you'd like to fetch from the API, please reach out to [email protected], @antoinedc on Discord or @adechevigne on Twitter!
To authenticate, you'll need an auth token that you will find on the "Settings" page. The "API" integration needs to be enabled for requests to go through.
Once you've enabled the integration, the token will be displayed below.
Pass it in a
token
GET parameter to the endpoint you'd like to use.Each workspace has its own token
get
https://api.tryethernal.com
/contracts/:contractAddress/storage?token=xxx&paths[]=["balances", "0x123456789"]
Storage
Last modified 1yr ago