Moonbirds NFT stats example added, with a response type update
Sep 23, 2022
Shipped3 commits+191−4
- New Moonbirds NFT stats example — Added an `ExampleNftCollectionStats` example for the Moonbirds collection, including query parameters, expected response format, and Solidity decoding guidance.
- Response values now use unsigned integers — The `ExampleNftCollectionStats` response changed from `int256[]` to `uint256[]`. Integrations should update their decoding logic accordingly.
New Features
- Added a new `ExampleNftCollectionStats` query example for the Moonbirds NFT collection, covering floor price, total volume, and best offer data.
Breaking Changes
- `ExampleNftCollectionStats` now returns `uint256[]` instead of `int256[]`, so existing integrations need to decode the result as unsigned integers.
Documentation
- Expanded the Moonbirds example documentation with query parameters, response format details, and Solidity decoding guidance.
- Removed the placeholder `ExampleNftFloorPrices` documentation file.
3 commits+191-4