Get Collection Stats
Fetch the overall sale summary of the whole collection or a specific asset.
Get Sale Summary
GET
https://api.dkoda.xyz/v1/collection/stats
Fetches the sales summary for the given contract address.
Query Parameters
contractAddress*
String
The contract address of the collection.
e.g. "0x23581767a106ae21c074b2276d25e5c3e136a68b"
assetId
String
An optional id of a specific asset to filter sales by. If not provided, the sales for all assets in the collection will be fetched.
e.g. "1749"
since
Integer
An optional epoch timestamp to filter sales by. When provided, will fetch the sales summary since this timestamp. Can be used together with the until
query.
until
Integer
An optional epoch timestamp to filter sales by. When provided, will fetch the sales summary until this timestamp. Can be used together with the since
query.
Headers
x-api-key*
String
The API key to use when making requests.
Last updated