SiteBot Helium Tools
SiteBot
Helium Tools

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
Ping
Block Get
Block List
Validator Get
Validator List
Hotspot Get
Hotspot List
HNT
HNT History
Ping

https://api.sitebot.com/api/v1/helium/ping.json

Block Get

https://api.sitebot.com/api/v1/helium/block.json?height=1

https://api.sitebot.com/api/v1/helium/block-last.json

Block List

https://api.sitebot.com/api/v1/helium/block-list.json

ParameterDescription
offsetDefault 0.
perpageDefault 100. Max 1000.
Hotspot Get

https://api.sitebot.com/api/v1/helium/hotspot.json?name=rapid-lime-capybara

https://api.sitebot.com/api/v1/helium/hotspot.json?addr=112AEVyQz3nQ4QA2dy9x33AD31jUpdCfpZbkRfy23dxpAsThkKKb

Hotspot List

https://api.sitebot.com/api/v1/helium/hotspot-list.json

ParameterDescription
offsetDefault 0.
perpageDefault 100. Max 1000.
name-
status-
country-
state-
city-
owner-
Validator Get

https://api.sitebot.com/api/v1/helium/validator.json?name=curly-powder-bison

https://api.sitebot.com/api/v1/helium/validator.json?addr=13QZDgoH6UtEqV9cSVf3BPRLdNxB3sCXjyKge9s4efDicq5f4jA

Validator List

https://api.sitebot.com/api/v1/helium/validator-list.json

ParameterDescription
offsetDefault 0.
perpageDefault 100. Max 1000.
HNT Price

https://api.sitebot.com/api/v1/helium/hnt.json

HNT History

https://api.sitebot.com/api/v1/helium/hnt-history.json

HTTP Response Codes
CodeNameDescription
200OkLook at JSON Content
401UnauthorizedAPI Key Not Found or Not Valid
402Payment RequiredBuy More API Requests
404Not FoundCheck endpoint URL
500Server ErrorTry Again Later
504Service UnavailableTry Again Later
2023-03-20 22:09 UTC  - 5ms  - Feedback