Helium Blockchain API
Helium Blockchain API offers public access to data from the Helium IoT blockchain network, including hotspots, devices, and transactions. Developers can integrate this API to build IoT apps, blockchain explorers, and network analytics tools. The API is open-source and free to use with no authentication required.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
100 requests/minute
Rate Limit
API Endpoints
Retrieves information about Helium blockchain hotspots
Full URL
https://www.helium.com/hotspots
Code Examples
curl -X GET 'https://www.helium.com/hotspots'
Parameters
{ "limit": 10, "min_time": "-30 days" }
Example Response
{
"data": [
{
"name": "Urban Miner",
"status": "online",
"address": "11aBcD...",
"reward_scale": 0.75,
"last_poc_challenge": 1689782400
}
]
}
Version
v1
Rate Limit
30 requests/minute
Tags
blockchainiot
Technical Details
Authentication
NoneResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
100 requests/minute
Supported Languages
JavaScriptPython
Use Cases
iot tracking
blockchain explorers
Related APIs
Discover similar APIs that might interest you