LobeChat
Ctrl K
Back to Discovery
nftguru

NFT グル

@swap
主要プラットフォーム上のNFTの現在の価格を発見し、リアルタイムで急速に変化するマーケットプレイスを追跡します

Tool Parameters

banner
Retrieves 24h trading top of collections.
ParameterType
chain
STRING

JSON Schema

json
[
  {
    "description": "Retrieves 24h trading top of collections.",
    "name": "getTradingTop",
    "parameters": {
      "properties": {
        "chain": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  {
    "description": "find information about collection",
    "name": "findCollection",
    "parameters": {
      "properties": {
        "chain": {
          "type": "string"
        },
        "search": {
          "type": "string"
        }
      },
      "required": [
        "search"
      ],
      "type": "object"
    }
  }
]