LobeChat
Ctrl K
Back to Discovery
TokenInsights

TokenInsights

@feednews
الحصول على أسعار العملات الرقمية في الوقت الحقيقي، بيتكوين، إيثيريوم، بينانس كوين، وآخر الرؤى. آخر أخبار العملات وفرص الهبوط الجوي.

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