Skip to content

Add Search API endpoint#1918

Merged
ryanio merged 2 commits intomainfrom
add-search-endpoint
Feb 26, 2026
Merged

Add Search API endpoint#1918
ryanio merged 2 commits intomainfrom
add-search-endpoint

Conversation

@ryanio
Copy link
Collaborator

@ryanio ryanio commented Feb 26, 2026

Summary

  • Add /api/v2/search endpoint for searching across collections, tokens, NFTs, and accounts with relevance ranking
  • Add SearchAPI client class, typed response models (SearchResult, CollectionSearchResult, TokenSearchResult, NftSearchResult, AccountSearchResult), and query args (SearchArgs) with chain and asset type filters
  • Bump package version to 8.0.17

Test plan

  • Unit tests for SearchAPI (10 passing) covering query-only, chain/asset type filters, mixed results, empty results, null fields, and error handling
  • TypeScript type checking passes
  • Lint-staged hooks pass

🤖 Generated with Claude Code

ryanio and others added 2 commits February 26, 2026 10:22
Add search endpoint for discovering collections, tokens, NFTs, and accounts
with support for chain and asset type filtering.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@ryanio ryanio merged commit 98e28aa into main Feb 26, 2026
6 of 7 checks passed
@ryanio ryanio deleted the add-search-endpoint branch February 26, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant