search_tokens
Search and filter SRC-20 tokens on the Stampchain MCP Server by ticker, deployer, holders, minted percentage, or sort by timestamp. Retrieve detailed token data without authentication.
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 |