Get name price
Retrieves the price of a name.
GET
/v2/prices/names/{name}
Get name price
Retrieves the price of a name. The amount given will be in the smallest possible units of the currency.
Path Parameters
nameRequiredstring
the name to query price information for
Example:"muneeb.id"| Status code | Description |
|---|---|
| Success |
Terminal
$curl -X GET "https://api.hiro.so/v2/prices/names/muneeb.id"
Fetch price for name.
{"units": "string","amount": "string"}