Get all namespaces

Retrieves a list of all namespaces known to the node.

GET

/v1/namespaces

Retrieves a list of all namespaces known to the node.

Status codeDescription
200Success
Terminal
curl -X GET "https://api.mainnet.hiro.so/v1/namespaces"

Fetch a list of all namespaces known to the node.

Example response
{
  "namespaces": [
    "string"
  ]
}