Statistics
Get statistics
Get statistics
Query parameters
chain_idstringOptional
Chain ID
periodstring · enumOptionalPossible values:
Period to get statistics for
is_trendingintegerOptional
Trending flag. 1: trending, 0: not trending
limitintegerOptional
Limit
pagestringOptional
Current page number
order_bystring · enumOptionalPossible values:
Property to sort by
directionstring · enumOptionalPossible values:
Direction to sort
Responses
200
OK
application/json
400
Bad Request
application/json
500
Internal Server Error
application/json
get
GET /v1/statistics HTTP/1.1
Host: api.sandbox.horizonland.app
Accept: */*
{
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
},
"collection": {
"contract_address": "text",
"owner": "text",
"total_supply": 1,
"category": {
"category_id": "text",
"category_name": "text"
},
"name": "text",
"slug": "text",
"description": {},
"image_url": "text",
"discord_url": "text",
"telegram_url": "text",
"external_url": "text",
"twitter_username": "text",
"instagram_username": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
},
"assets": {
"cursor": "text",
"remaining": 1,
"result": [
{
"collection": {
"image_url": "text",
"name": "text",
"contract_address": "text"
},
"created_at": "text",
"description": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"id": "text",
"image_url": "text",
"animation_url": "text",
"external_link": "text",
"metadata": {},
"name": "text",
"listing": {
"closing_date": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"accept_price": 1,
"start_price": 1,
"current_price": 1,
"name": "text",
"token_address": "text",
"token_id": "text",
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
}
},
"status": "text",
"token_address": "text",
"token_id": "text",
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
},
"updated_at": "text",
"owner": "text"
}
]
}
},
"floor_price": 1,
"volume": 1,
"total_holders": 1,
"total_transactions": 1,
"period": "text",
"is_trending": 1
}
Last updated