- APIs
- Stacks Blockchain API
- Namespaces
Get all namespaces
Retrieves a list of all namespaces known to the node.
GET
Parameters
Query Parameters
unanchored
boolean Include data from unanchored (i.e. unconfirmed) microblocks
| Status code | Description |
|---|---|
| 200 | Default Response |
| 4XX | Default Response |
cURL
curl -L \"https://api.hiro.so/v1/namespaces/?unanchored=true" \-H 'Accept: application/json'
Response
{"namespaces": ["string"]}