Interface SearchArgs

Query args for the Search endpoint.

interface SearchArgs {
    asset_types?: string[];
    chains?: string[];
    limit?: number;
    query: string;
}

Properties

asset_types?: string[]

Filter by asset type(s): collection, nft, token, account

chains?: string[]

Filter by blockchain(s)

limit?: number

Number of results to return (default: 20, max: 50)

query: string

Search query text