Skip to main content

/v1/namespaces/{tld}/names REST API Endpoint

Retrieves a list of names within a given namespace.

Updated on
Oct 4, 2023

/v1/namespaces/{tld}/names REST API Endpoint

Path Parameters

tld
string
REQUIRED
the namespace to fetch names from.

Query Parameters

page
integer
names are returned in pages of size 100, so specify the page number.

Returns

array[strings]
Fetch a list of names from the namespace.
Request
1
curl -X 'GET' \
2
'https://docs-demo.stacks-mainnet.quiknode.pro/v1/namespaces/btc/names' \
3
-H 'Content-Type: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free