search_near_fungible_tokens
Search for fungible token contract details on the NEAR blockchain using account ID, symbol, or name. Specify search terms and limit results to efficiently retrieve contract information.
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. |