Categories
Get the list of categories
This endpoint can be used to retrieve the list of all categories.
Request
GET /categories/listResponse
{
"success": true,
"result": [
"english-adjectives",
"double-emoji"
// ...
]
}Get the domains of a category
This endpoint can be used to retrieve the list of domains of a category.
Request
GET /categories/list/{category}Response
Get categories statistics
This endpoint returns stats for all the categories.
Request
Response
Get statistics for a category
This endpoint returns stats for a given category.
Request
Response
Get floors
This endpoint returns the current floors for all categories. Floor prices are given in USD value.
Request
Response
Get floor for a category
This endpoint returns the current floor for a given category. Floor prices are given in USD value.
Request
Response
Get supply
This endpoint can be used to retrieve the number of registered and unregistered domains of a category.
Request
Response
Get top categories by volume
This endpoint returns the top 10 categories by volume between start_time and end_time.
Request
Response
Get owners
Request
This endpoint returns the public keys owning domains for a given category and the number of domains they own.
Response
Last updated