Add Bitcoin ordinals support (alpha)
Bitcoin NFTs are here! Today we're announcing support for core functionality - owners, transfers, media & metadata.
Add chains array to collection object
The Collection model now has a chains
array, which lists out the 1 or more chains that the collection spans.
Add unit_price_usd_cents to Sale models
Added a new field to the Sale models, unit_price_usd_cents, which is the equivalent USD price at the time of the transaction.
Zora mainnet now live
We now support NFTs on Zora mainnet using the chain ID zora
or eip:7777777
Added Zora testnet support
Zora testnet is now available using the chain identifier zora-testnet
ZK chains added: zkSync Era, Polygon zkEVM, Scroll (testnet)
We now support the following ZK chains:
Add support for the CryptoPunks marketplace
We're excited to announce that the SimpleHash API now includes listings, floor prices, and sales from the CryptoPunks NFT marketplace.
Filter by timestamp on Active Listings
We've added support for filtering by listing timestamp on each of the Active Listings endpoints with the from_timestamp
and to_timestamp
query param options.