blockchain-http icon indicating copy to clipboard operation
blockchain-http copied to clipboard

An http API for the helium blockchain database

Results 42 blockchain-http issues
Sort by recently updated
recently updated
newest added

## Summary When I ask the API to show me add_gateway_v1 transactions on my account via the /accounts/<acct>/roles endpoint, the min_block that gets encoded in the cursor is a block...

PR #383 introduced an `actor` query parameter to the `transactions` API. The API documentation at https://docs.helium.com/api/blockchain/transactions should describe this parameter and explain its effects.

With the activation of Mobile mining, the documentation is out-of-date for the `transactions `API at https://docs.helium.com/api/blockchain/transactions. Mobile mining introduces new transaction types, new data fields, and new transaction units. For...

The blockchain API introduction, https://docs.helium.com/api/blockchain/introduction#transaction-units, states that "a transaction value (i.e. `fee`, `amount`, etc) are represented in the base unit `bones`." However, the blockchain transaction fee documentation, https://docs.helium.com/blockchain/transaction-fees/, states that...

Hello, I am trying to download the data of hotspots in a city. I search for https://api.helium.io/v1/cities/YmVybGluYmVybGluZ2VybWFueQ/hotspots YmVybGluYmVybGluZ2VybWFueQ = city ID for Berlin I get a list of 1000 hotspot...

The API to List Hotspot Cities is missing some data. **Only the cities that have the fist letter after "S" are returned.** I tried to get the complete list of...

1. I access "https://api.helium.io/v1/cities/Y2hlbmdkdXNpY2h1YW5jaGluYQ/hotspots" 2. I got 1000 records and a CUROSR: "cursor": "eyJoZWlnaHQiOjExNTc1ODUsImZpbHRlcl9tb2RlcyI6WyJmdWxsIiwibGlnaHQiLCJkYXRhb25seSJdLCJiZWZvcmVfYmxvY2siOjEwNzM1ODgsImJlZm9yZV9hZGRyZXNzIjoiMTEyNkZTRUhMa1NzaWtkOVlUU29WRHB0VHNVcnJkell3NGpLVllzM2tVZnF6aFF3dDFzNCJ9" 3. I access "https://api.helium.io/v1/cities/Y2hlbmdkdXNpY2h1YW5jaGluYQ/hotspots?cursor=eyJoZWlnaHQiOjExNTc1ODUsImZpbHRlcl9tb2RlcyI6WyJmdWxsIiwibGlnaHQiLCJkYXRhb25seSJdLCJiZWZvcmVfYmxvY2siOjEwNzM1ODgsImJlZm9yZV9hZGRyZXNzIjoiMTEyNkZTRUhMa1NzaWtkOVlUU29WRHB0VHNVcnJkell3NGpLVllzM2tVZnF6aFF3dDFzNCJ9" 4. And I got: { "error": "Not Found" } Any help is...

`status;online` is no longer a reliable indicator of a Hotspot's "aliveness" nor reflects it's durable connected to a Validator where it is getting its ledger information. Propose adding a `status:connected`:...

regardless of the specified user-agent, virtually every call is "too busy"; can we just pay for API that isn't going to be "too busy" virtually every time its called? out...

When querying a hotspot's roles endpoint, the cursor doesn't advance. For example, I'm querying `/hotspots/:address/roles?filter_types=assert_location_v2`, getting empty data and a cursor, using the cursor, and getting the same response with...