- 33bf144: Sync OpenAPI spec: add
traitsquery param to three collection-scoped read endpoints (GET /api/v2/collection/{slug}/nfts,GET /api/v2/listings/collection/{slug}/best,GET /api/v2/events/collection/{slug}) — accepts a JSON-encoded array of{traitType, value}filters that are AND-combined server-side. Adds optionalstatusfield toTokenBalanceResponse(OK|WARNING|SPAM|LOW_LIQUIDITY|LOW_VALUE) surfaced when callers passdisable_spam_filtering=trueon the account tokens endpoint, whoselimitmax also rises from 25 to 100. Non-breaking, additive.
- 5b6ba13: Sync OpenAPI spec: add token-groups endpoints (
GET /api/v2/token-groups,GET /api/v2/token-groups/{slug}) and instant API key provisioning (POST /api/v2/auth/keys). Exports newTokenGroup*,InstantApiKeyResponse, andRateLimitsResponsetypes. Non-breaking: some fields onIntervalStatandTotalare now markeddeprecated.
-
b3a5e84: Add drops endpoints, trending/top collections, and account resolve
- api-types: Sync OpenAPI spec with 6 new endpoints and 8 new schemas (drops, trending/top collections, account resolve)
- SDK: New DropsAPI class, extended CollectionsAPI and AccountsAPI with new methods
- CLI: New
dropscommand,collections trending/topsubcommands,accounts resolvesubcommand