List Asset Rarities
Fetch asset rarity data for a given contract address and optional asset id filters.
List Asset Rarity
GET
https://api.dkoda.xyz/v1/asset/rarity
Fetches the asset rarity data for a given collection and optional asset filters.
Query Parameters
contractAddress**
String
The contract address of the collection.
e.g. "0x23581767a106ae21c074b2276d25e5c3e136a68b"
assetId
String
A comma-separated list of assets to filter appraisals with. If not provided, the appraisals for all assets in the collection will be fetched. You can provide up to 20 asset ids in one call.
e.g. "1749,1783,5123"
limit
Integer
A limit on the number of sales to be returned. Limit can range between 1 and 50. The default is 20.
cursor
String
A cursor value to use to fetch the next page. If no cursor is provided, the first page will be fetched.
Headers
x-api-key**
String
The API key to use when making requests.
Good to know: The limit
and cursor
query parameters will ignored when an assetId
query parameter is supplied.
Last updated