Skip to main content

OUIs

Organization Unique Identifiers

OUIs are used to assign part of the global address space to a given set of router addresses. Hotspots that see device traffic will look up the router address for the given device OUI and offer the device data to registered router.


List OUIs

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

Lists all OUI transactions known to the blockchain.

This route is cursor paginated.

Query Parameters

paramTypeNote
cursor (optional)stringCursor for page of results to fetch

Get an OUI

GET https://api.helium.io/v1/ouis/:oui

Returns information for a specific OUI.

No Parameters


Get last assigned OUI

GET https://api.helium.io/v1/ouis/last

Returns the last assigned OUI transaction. The last assigned OUI can be used to request a new OUI

No Parameters


Get OUI Stats

GET https://api.helium.io/v1/ouis/stats

Returns stats for the registered OUIs

No Parameters