Added support for Polygon on MagicEden
Added support for Polygon listings, and floor prices, from MagicEden
Added chains filter to NFTs by Collection
You can now optionally filter NFTs on NFTs by Collection using a list of chains, like chains=ethereum,polygon
. This is helpful for querying multi-chain collections when you only want the results back from a subset of chains.
More sorting options on Collections by Wallet(s)
We have added the ability to sort by the following fields on Collections by Wallet(s): transfer_time__desc
, transfer_time__asc
, name__desc
, name__asc
, last_acquired_date__desc
, last_acquired_date__asc
, first_acquired_date__desc
, first_acquired_date__asc
Added Moonbeam mainnet
We now support Moonbeam. It can be queried with the slug moonbeam
or eip155:1284
Added Hokum Testnet
We now have support for the Layer 3 testnet for Hokum. To access, use the slug hokum-testnet
or eip155:20482050
Added count parameter to Listings endpoints
Added count
parameter to the following endpoints:
Sort NFT(s) by Token List by last sale information
We have added the ability to sort NFTs by Token List by the following values: last_sale_price__desc
, last_sale_price__asc
, last_sale_date__desc
, last_sale_date__asc
ERC-2981 royalty support now live
The NFT responses on EVM chains now include royalty information based on the ERC-2981 standard, if applicable. It is included in the royalty
array alongside royalty information from other sources, like OpenSea and Metaplex.
Manta mainnet now live
We've added support for the Manta blockchain, queryable with the slug manta
5 new testnets now available
We're announcing support for the following new testnets: Arbitrum Sepolia, Optimism Sepolia, Base Sepolia, Zora Sepolia, and Astria Devnet