{
  "type": "https://eips.ethereum.org/EIPS/eip-8257#tool-manifest-v1",
  "name": "bankr-leaderboard",
  "description": "Top traders on bankr.bot ranked by total Bankr Score or any of its components (staking, $BNKR, partner-coin boost, NFTs, PnL, mindshare, earnings, referrals). Configurable timeframe (24h/7d/30d/total) and limit (1-20). Cached upstream for 10 minutes. For copy-trading research, agent due-diligence, and onchain credibility.",
  "endpoint": "https://www.clawbots.org/api/tools/bankr-leaderboard",
  "inputs": {
    "type": "object",
    "properties": {
      "sort": {
        "type": "string",
        "enum": [
          "total",
          "staking",
          "bnkr",
          "mindshare",
          "earn",
          "partner",
          "pnl",
          "nft",
          "referral"
        ],
        "default": "total"
      },
      "timeframe": {
        "type": "string",
        "enum": [
          "24h",
          "7d",
          "30d",
          "total"
        ],
        "default": "total"
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "maximum": 20,
        "default": 10
      }
    },
    "additionalProperties": false
  },
  "outputs": {
    "type": "object",
    "properties": {
      "data_as_of": {
        "type": "string",
        "format": "date-time"
      },
      "sort": {
        "type": "string"
      },
      "timeframe": {
        "type": "string"
      },
      "source": {
        "type": "string"
      },
      "data": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "rank": {
              "type": "integer"
            },
            "handle": {
              "type": "string"
            },
            "x_id": {
              "type": "string"
            },
            "pfp_url": {
              "type": "string"
            },
            "score": {
              "type": "number"
            },
            "breakdown": {
              "type": "object"
            },
            "profile_url": {
              "type": "string"
            }
          }
        }
      }
    },
    "required": [
      "data_as_of",
      "data"
    ]
  },
  "creatorAddress": "0x523eff3db03938eaa31a5a6fbd41e3b9d23edde5",
  "pricing": [
    {
      "amount": "5000",
      "asset": "eip155:8453/erc20:0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "recipient": "eip155:8453:0x523eff3db03938eaa31a5a6fbd41e3b9d23edde5",
      "protocol": "x402"
    }
  ],
  "tags": [
    "bankr",
    "base",
    "leaderboard",
    "traders",
    "x402"
  ]
}
