Sales
Query parameters
firstnumberOptionalDefault:
Maximum number of sales to return (default: 100)
100Example: 10skipnumberOptionalDefault:
Number of sales to skip for pagination (default: 0)
0Example: 0sortBystring · enumOptionalExample:
Sort results by specified criteria
recently_soldPossible values: typestring · enumOptionalExample:
Filter by sale type
orderPossible values: sellerstringOptionalExample:
Filter by seller wallet address
0x1234567890abcdef1234567890abcdef12345678buyerstringOptional
Filter by buyer wallet address
contractAddressstringOptionalExample:
Filter by NFT contract address
0x1234567890abcdef1234567890abcdef12345678tokenIdstringOptional
Filter by specific token ID
itemIdstringOptional
Filter by item ID
fromnumberOptionalExample:
Filter sales from this Unix timestamp (in seconds)
1640000000tonumberOptionalExample:
Filter sales up to this Unix timestamp (in seconds)
1650000000minPricestringOptionalExample:
Minimum sale price filter
0.1maxPricestringOptionalExample:
Maximum sale price filter
100networkstring · enumOptionalExample:
Filter by blockchain network
MATICPossible values: Responses
200
List of sales with total count
application/json
totalnumberRequired
Total number of sales matching the filters
400
Bad request - invalid parameters
application/json
get/v1/sales
Last updated