Skip to main content

Chain Variables


Get Chain Variables

GET https://api.helium.io/v1/vars

Gets the current set of chain variables

paramTypeNote
min_time (optional)stringFirst time to include data for
max_time (optional)stringLast time to include data for
limit (optional)numberMaximum number of items to return

Get the value of a chain variable

GET https://api.helium.io/v1/vars/:name

Gets the value of the chain variable with the given name

Path Parameters

paramTypeNote
name (optional)stringThe name of a chain variable

List chain variable activity

GET https://api.helium.io/v1/vars/activity

Lists all chain variable transaction activity. This route is paged using a cursor.

Query Parameters

paramTypeNote
cursor (optional)stringCursor for the next page to fetch