LogoLogo
  • Horizon Network
    • What is Horizon Network?
    • API Document
      • Horizon Network API
      • Quick Start
      • API Reference
        • Assets
        • Collections
        • Orders
        • Offers
        • Events
        • Statistics
        • Categories
        • Chains
        • Request an API key
    • SDKs Document
      • SDKs overview
      • NODE SDK
        • Installation
        • Initialization
        • Basic Example
          • Assets Management
          • Marketplace
        • Reference
          • Assets
          • Collections
          • Offers
          • Orders
          • Categories
          • Events
          • Statistics
          • Blockchain and Layer 2
      • JAVASCRIPT SDK
        • Overview
        • Installation
        • Quickstart
        • Reference
    • Launching NFT Collection
      • Launch A Collection
        • Overview
        • Part 1: Register as a user
        • Part 2: Deploy a smart contract
        • Part 3: Set creator earnings
        • Horizon Example Repository
      • Creating Your NFT Smart Contract
        • Overview
        • Getting Started
        • Setting a basic project
        • Minting from your new contract
        • Add your own NFT contract to Horizon Network
    • Horizon Network's Layer 2 Solution
      • Why Horizon Network?
      • Horizon Network's layer 2 Solutions
      • Basic Concepts
  • Horizon Land Metaverse
    • Feature
      • LAND in the metaverse
      • NFT Avatar
      • Horizon Center
      • Game Center
      • Shopping Center
      • Music Center
      • Play to Earn
      • Social Activities
      • Finance Center
      • Marketplace
      • Experience Mode
      • Zon Token
    • Stake Holder
      • Players
      • Creators
      • Land Owners
      • Partners
      • Investors
    • Economy
      • Revenue Stream
  • Technology
    • Blockchain
    • Product
    • System
    • Wallet
    • Security
    • Token
  • Tokenomic
  • Investor & Partner
  • Roadmap
  • Contact
  • Conclusion
  • Recommendation
  • FAQs
    • Policy
    • Terms of Use
Powered by GitBook
On this page
  1. Horizon Network
  2. API Document
  3. API Reference

Statistics

PreviousEventsNextCategories

Last updated 2 years ago

Get statistics

Get statistics

get

Get statistics

Query parameters
chain_idstringOptional

Chain ID

periodstring · enumOptional

Period to get statistics for

Possible values:
is_trendingintegerOptional

Trending flag. 1: trending, 0: not trending

limitintegerOptional

Limit

pagestringOptional

Current page number

order_bystring · enumOptional

Property to sort by

Possible values:
directionstring · enumOptional

Direction to sort

Possible values:
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
}
  • Get statistics
  • GETGet statistics