Get namespace price
Retrieves the price of a namespace.
GET
/v2/prices/namespaces/{tld}
Get Namespace Price
Retrieves the price of a namespace. The amount given will be in the smallest possible units of the currency.
Path Parameters
tldRequiredstring
the namespace to fetch price for
Example:"id"| Status code | Description |
|---|---|
| Success |
Terminal
$curl -X GET "https://api.hiro.so/v2/prices/namespaces/id"
Fetch price for namespace.
{"units": "string","amount": "string"}