Marketplace Methods

Methods for querying the marketplace.

Use https://api.dglive.org/v1 as a base url for all of your API requests

Analytics

MethodParametersResponseDescription

It obtains the profit per day for a wallet within a range of dates. If no dates are passed, the current month is taken by default.

It obtains the NFTs sold per day for a wallet within a range of dates. If no dates are passed, the current month is taken by default.

It obtains the total profit for a wallet within a range of dates. If no dates are passed, the current month is taken by default.

Get the total NFT sales for a wallet within a date range. If no dates are provided, the current month is used by default..

Get the top 10 best-selling NFTs for a wallet within a date range. If no dates are provided, the current month is used by default.

Get the most recent sales for a wallet within a date range. If no dates are provided, the current month is used by default.

Get the number of marketplace sales per day within a date range. If no dates are provided, the current month is used by default.

Get the number of NFTs sold in the marketplace per day within a date range. If no dates are provided, the current month is used by default.

Get the number of marketplace sales within a date range. If no dates are provided, the current month is used by default.

Get the number of NFTs sold in the marketplace within a date range. If no dates are provided, the current month is used by default.

Get the top 10 best-selling NFTs in the marketplace within a date range. If no dates are provided, the current month is used by default.

Get the top 10 most recent sales in the marketplace within a date range. If no dates are provided, the current month is used by default.

Get the top 10 most recent activities in the marketplace within a date range. If no dates are provided, the current month is used by default.

Get the activity for a specific collection and tokenId.

Get the activity for a specific collection.

Get the activity for a specific wallet.

Last updated