Skip to main content

v1-names REST API Endpoint

Retrieves a list of all names known to the node.

Updated on
Oct 4, 2023

v1-names REST API Endpoint

Query Parameters

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

Returns

array[strings]
Fetch a list of all names known to the node.
Request
1
curl -X 'GET' \
2
'https://docs-demo.stacks-mainnet.quiknode.pro/v1/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