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
Required
string

the name to query price information for

Example: "muneeb.id"
Status codeDescription
200Success
/v2/prices/names/{name}

curl -X GET "https://api.hiro.so/v2/prices/names/muneeb.id"

Fetch price for name.

{
  "units": "string",
  "amount": "string"
}