helium / blockchain-http

An http API for the helium blockchain database
https://helium.com
Apache License 2.0
47 stars 18 forks source link

Add keys query parameter to vars #349

Closed madninja closed 2 years ago

madninja commented 2 years ago

Fixes #348

on /v1/vars you can now pass in a comma separated list of key names to fetch. Max number of keys to request is currently set to 50. You can Keys that do not exist are ignored.

e.g.

/v1/vars?keys=poc_version,securities_percent