Get all namespaces

Retrieves a list of all namespaces known to the node.


GET
/v1/namespaces

Get all namespaces

Retrieves a list of all namespaces known to the node.

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

Fetch a list of all namespaces known to the node.

{
"namespaces": [
"string"
]
}