LobeChat
Ctrl K
Back to Discovery
TokenInsights

TokenInsights

@feednews
リアルタイムの暗号通貨価格、BTC、ETH、BNB、最新のインサイトを取得します。最新のコインニュースとエアドロップの機会。

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"
    }
  }
]