Added Scroll mainnet support
Scroll mainnet is now live and can be queried with scroll
or eip155:534352
.
Added Linea support
Linea mainnet is now live. You can query the API with linea
or eip155:59144
Added owned_by field to contract type info in NFT model
Added new owned_by
field to body of contract
info in the NFT model
Added Collections by Wallet(s), v2
Released an updated version of our Collections by Wallet(s) endpoint, containing our standard Collection Model in its response, within collection_details
.
Added 24h and 30d options to Top Collections time_period parameter
Added 24h
(trailing 24 hours) and 30d
(prior 30 days) options to time_period
query parameter on Top Collections endpoint.
Added include_top_contract_details to Collections endpoints
Added new query parameter, include_top_contract_details
to Collections endpoints. Setting this parameter to "1" includes in the response body the associated contract details for the addresses listed in top_contracts
.
Added Sales & Transfers by Contract Owner(s)
Sales & Transfers by Contract Owner(s)to retrieve sales & transfers for contracts owned by one or more wallet addresses.
Added additional spam score filters to Collections by Wallet(s)
Added the following additional spam score filters to Collections by Wallet(s): spam_score__lt
, spam_score__gte
, spam_score__gt
Contracts By Owner
Contracts By Owner now returns # of distinct contracts owned by a wallet when count=1
Added NFTs by Contract Owner(s) endpoint
NFTs by Contract Owner(s) to retrieve metadata of all of the NFTs generated from contracts owned by one or more wallet addresses.