LobeChat
Ctrl K
Back to Discovery
TokenInsights

TokenInsights

@feednews
Get realtime crypto price, BTC, ETH, BNB, and the latest insights.The latest coin news and airdrop opportunities.

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