12.12.2023 Updates
December 12th, 2023
- New Major Version SDK Release (v7.0.0): <https://github.com/ProjectOpenSea/opensea-js/releases/tag/v7.0.0>
- Rate Limits: doubled default rate limits for /v2
- Events (Analytics) API
- all events now have an
event_timestamp
(posix timestamp at which the event occured on the blockchain) transfer
events now have annft
fieldcancel
events now have the following fields:nft
,order_type
, andmaker
- note: API now returns both canceled listings and canceled offers when querying for
event_type=cancel
- note: API now returns both canceled listings and canceled offers when querying for
event
paymentquantity
now returns as a string instead of a number (for compatibility with JavaScript)- general purpose Get Events endpoint added
- all events now have an
- NFT API
- added an endpoint for getting payment tokens (has both USD and ETH price for the token)
- added
opensea_url
to the NFT model - added valid
payment_tokens
to the collection response
- Marketplace API
- added
price
object to offers
- added