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
name
Requiredstring
the name to query price information for
Example:"muneeb.id"
Status code | Description |
---|---|
200 | Success |
Terminal
$curl -X GET "https://api.hiro.so/v2/prices/names/muneeb.id"
Fetch price for name.
{"units": "string","amount": "string"}