NFT Activities
Get sales chart
Returns list of sales by collection
get/v0.1/collections/{id}/charts/sales
Path parameters
idstring required
Collection id
Example:ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8
Collection ID
Query parameters
fromstring date-time
Time period from
tostring date-time
Time period to
sizeinteger
Number of data points to return
cursorstring
Cursor from previous response
Response
OK
Example response
{
"itemIds": [
"ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8:32292934596187112148346015918544186536963932779440027682601542850818403729410"
]
}