API Documentation
Introduction
Helium provides an official Blockchain API for free that provides multiple endpoints and lots of data.
SiteBot's Helium API attempts to fill in the gaps in this API as well a provide aggregate historical data.
Need Something Else?
This is API is built for our users. If you need something not here and we can provided we will add it - just let us know.
Authentication
An API key is required for all requests. Pass your API key either as a header or URL parameter.
curl --header "x-key: YOUR-API-KEY" https://api.sitebot.com/api/v1/helium/METHOD.json
curl https://api.sitebot.com/api/v1/helium/METHOD.json?key=YOUR-API-KEY
Methods
PingBlock Get
Block List
Validator Get
Validator List
Hotspot Get
Hotspot List
HNT
HNT History
Block List
https://api.sitebot.com/api/v1/helium/block-list.json
Parameter | Description |
---|---|
offset | Default 0. |
perpage | Default 100. Max 1000. |
Hotspot List
https://api.sitebot.com/api/v1/helium/hotspot-list.json
Parameter | Description |
---|---|
offset | Default 0. |
perpage | Default 100. Max 1000. |
name | - |
status | - |
country | - |
state | - |
city | - |
owner | - |
Validator List
https://api.sitebot.com/api/v1/helium/validator-list.json
Parameter | Description |
---|---|
offset | Default 0. |
perpage | Default 100. Max 1000. |
HTTP Response Codes
Code | Name | Description |
---|---|---|
200 | Ok | Look at JSON Content |
401 | Unauthorized | API Key Not Found or Not Valid |
402 | Payment Required | Buy More API Requests |
404 | Not Found | Check endpoint URL |
500 | Server Error | Try Again Later |
504 | Service Unavailable | Try Again Later |
2023-03-20 22:09 UTC
- 5ms
- Feedback