Skip to main content

Get Namespace Price

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

Path Parameters
tld string REQUIRED

the namespace to fetch price for

Example: id
Responses
200

Success

Schema OPTIONAL
units string
amount string

Possible values: Value must match regular expression ^[0-9]+$

get_namespace_price
GET /v2/prices/namespaces/:tld
tld — path
https://api.mainnet.hiro.so
curl -L 'https://api.mainnet.hiro.so/v2/prices/namespaces/:tld' \
-H 'Accept: application/json'