search_tokens
Search for SRC-20 tokens using filters like ticker, deployer, holders, and minted percentage. Sort and paginate results via the Stampchain MCP Server.
Instructions
Search for SRC-20 tokens with various filtering criteria
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deployer | No | Filter by deployer address | |
min_holders | No | Minimum number of holders | |
min_percent_minted | No | Minimum percent minted | |
page | No | Page number | |
page_size | No | Items per page | |
query | No | Search query for token ticker | |
sort_by | No | Sort field (Note: only deploy_timestamp is supported by the API) | deploy_timestamp |
sort_order | No | Sort order | DESC |