-
Notifications
You must be signed in to change notification settings - Fork 16
/
chatgpt.erc20list.org.json
25 lines (25 loc) · 3.57 KB
/
chatgpt.erc20list.org.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"schema_version": "v1",
"name_for_human": "Crypto ERC20 Scout",
"name_for_model": "erc20_tokenlist_explorer",
"description_for_human": "Browse ERC20 tokens on EVM blockchains. Includes address resolution, symbol/tag search, explorer links, and pricing.",
"description_for_model": "This plugin provides very accurate information about well known ERC20 tokens that live on EVM-compatible blockchains such as ethereum, arbitrum, polygon, optimism, xdai and much more.\nPopular token lists authored by different entities are getting indexed and aggregated to come out with the best results and make the search as exhaustive as possible. Indexed token lists all conform to the Uniswap token list standard.\nThis plugin allows anyone to query this aggregation of lists to retrieve information about tokens or less frequently the indexed lists themselves.\nSearch endpoints are provided for that matter, allowing search by token symbol, contract address or even specific tags as specified by the token list specification.\nEach search endpoint supports additional filters on chain identifiers, list names, and more.\nWhen possible, explorer links to the token's contract are generated so that the user can directly jump to the explorer for more advanced analysis.\nWhen possible, a logo URI is provided along with the token data so that a nice preview can be displayed.\nWhen a token is returned, other entries from other lists were most likely merged to form only one final token and make the response more clear. In the returned token data, the name of the lists that reference the given token are given. Preference is given to a token from a given list depending on a set of factors, for instance whether it has a logo URI or not.\nWhen searching tokens the result always gets paginated. A cursor field is systematically added to the response so that it can be used to query the next page (if any),\nThe endpoint to search lists however returns all the lists at once.\nToken pricing info is also provided using the CoinGecko API at the moment. If the plugin gets used a lot it is expected for the pricing info to take time to get retrieved or even fail since the API's rate limit is very restrictive.\nSince the database against which searches are being made is based on exhaustive token lists some new or very niche tokens might not be retrievable. However that should do it for most tokens.\n\nHere are some prompts that illustrate the plugin capability:\n\n- Get me the most popular stablecoins on ethereum mainnet\n- Fetch the token info associated with the contract address 0x000000000000000000000000000\n- List all the chains where the MATIC token can be found.\n- Get me all the token lists.\n- Is the BUSD token available on Polygon ?\n- What's the address of the USDC token on ethereum mainnet ?\n- What's the current price of MANA on Polygon ?\n",
"auth": {
"authorization_content_type": "application/json",
"authorization_url": "https://auth.pluginlab.ai/oauth/token",
"client_url": "https://98da904e93259bb18ec079807593fce0.auth.portal-pluginlab.ai/oauth/authorize",
"scope": "all",
"type": "oauth",
"verification_tokens": {
"openai": "62b651e12726408e9983ece348744a0a"
}
},
"api": {
"is_user_authenticated": false,
"type": "openapi",
"url": "https://chatgpt.erc20list.org/.well-known/pluginlab/openapi.json"
},
"logo_url": "https://firebasestorage.googleapis.com/v0/b/erc20list.appspot.com/o/transparent-eth-glyph-colored%20(2).png?alt=media&token=db99af1e-5510-474a-bec8-3231c93b74eb",
"contact_email": "contact@erc20list.org",
"legal_info_url": "https://erc20list.org"
}