Utilities
1. Fetch a list of available namespaces for resolution
GET
/api/v1/resolver/namespaces
Returns a list of namespaces enabled for the tenant account. The shortname field value is the enumeration value for the resolver with namespace endpoint.
Response
200 OK
2. Set blockchain address for resolution
POST
/api/v1/resolver/{asciiName}
This endpoint assigns a blockchain address to the item identified by the ASCII name provided in the path variable.
Example:
https://apis.freename.io/api/v1/resolver/monopattinohello.metaverse
Request Headers
Name
Description
Required
Authorization
Bearer token
true
Request Body
Request Body Parameters
Parameter
Type
Description
address
String
The blockchain address to be associated with the item
Response
200 OK
Last updated