LobeChat
Ctrl K
Back to Discovery
TokenInsights

TokenInsights

@feednews
Obtenha o preço cripto em tempo real, BTC, ETH, BNB e as últimas análises. As últimas notícias sobre moedas e oportunidades de airdrop.

Tool Parameters

banner
Retrieve the Crypto coin market price
ParameterType
slug
STRING

JSON Schema

json
[
  {
    "description": "Retrieve the Crypto coin market price",
    "name": "getCoinPrice",
    "parameters": {
      "properties": {
        "slug": {
          "type": "string"
        }
      },
      "required": [
        "slug"
      ],
      "type": "object"
    }
  },
  {
    "description": "Retrieve the Crypto coin related news",
    "name": "getCoinNews",
    "parameters": {
      "properties": {
        "slug": {
          "type": "string"
        }
      },
      "required": [
        "slug"
      ],
      "type": "object"
    }
  }
]