Marketplace Stats

NOTE: This endpoint is only callable by API keys in the following tiers:

  • Business
  • Developer
  • Enterprise
  • PremiumSharedRpc
  • StarterSharedRpc
  • UltimateSharedRpc

Descriptive statistics for marketplace activity amongst different granularities including

  • volume
  • number of buyers
  • number of sellers
  • number of transactions
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Examples

Get activity for a specific marketplace

const axios = require("axios");

const url = "https://rest-api.hellomoon.io/v0/nft/market-stats";

async function undefined() {
    const { data } = await axios.post(
        url,
        {
			"market": "ME_V2"
		},
        {
            headers: {
                Accept: "application/json",
                "Content-Type": "application/json",
                Authorization: "Bearer <your_token>",
            },
        }
    );

    console.log(data);
}
Body Params

body

Choose an array of markets | Choose a single market
number
1 to 1000

The number of results to return per page
optional field

number
≥ 1

The page number to return
optional field

string

The pagination token to use to keep your position in the results
optional field

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json