Implementation guide
Last updated
Last updated
There is no authentication required for interacting with Helium's & The API is not rate limited.
Every endpoint has both an action and get data call. Below is an example of how to use the endpoints in either scenario.
A simple example of using this plugin's data-calls is with a Bubble text element. Draw a text element to your page, focus the editable input & click dynamic data.
Select the option 'Get data from an external API'
Here you can choose any of the plugin's API calls to use
In this example we have selected 'List Richest Accounts'. This will return a custom datatype not readable in text format so we must complete the expression by calling a field.
💡
Balances or anything referring to HNT (Heliums native token is in $USD) and can be divided by 100000000 for easier reading.
You will notice when clicking the expression a panel on the left will appear showing some inputs to control the returned data, some these are required while others are optional. Bubble's editor doesn't prompt you that it must be filled in so refer to the respective documentation. In our example the 'Version' path parameter is required but the 'limit' query parameter is not.
💡
You can easily find the documentation for every call in the plugins tab, see image below.
To use an action calls in your workflows either use the search input or click the plugins tab to find the list.
Then in your subsequent action you can use the output data from this action with the 'Result of Step n' operator.