search_near_fungible_tokens
Search NEAR blockchain for fungible token contract details using specific account ID, symbol, or name terms. Limit results to manage API load efficiently.
Instructions
Search for fungible token contract information for the NEAR blockchain, based on search terms. This tool works by 'grepping' through a list of contract information JSON objects. Be careful with this tool, it can return a lot of results. Ensure that your query is specific.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountIDSearchTerm | No | The grep-like search term to use for finding fungible token contract information by account ID. | |
maxNumberOfResults | No | The maximum number of results to return. This is a limit to the number of results returned by the API. Keep this number low to avoid overwhelming the API. | |
nameSearchTerm | No | The grep-like search term to use for finding fungible token contract information by name. | |
symbolSearchTerm | No | The grep-like search term to use for finding fungible token contract information by symbol. |