Skip to main content

/v2/prices/names/{name} REST API Endpoint

Retrieves the price of a name. The `amount` given will be in the smallest possible units of the currency.

Updated on
Oct 4, 2023

/v2/prices/names/{name} REST API Endpoint

Path Parameters

name
string
REQUIRED
the name to query price information for.

Returns

object
Fetch price for name.
units
string
The units of the price, e.g., USD
amount
string
The amount of the price
Request
1
curl -X 'GET' \
2
'https://docs-demo.stacks-mainnet.quiknode.pro/v2/prices/names/muneeb.id' \
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