{
  "x402Version": 2,
  "id": 3615,
  "slug": "3615",
  "resource": "https://trader.rigoblock.com/api/tools",
  "description": "Rigoblock DeFi tool discovery. Returns the full catalog with JSON schemas, categories, and access requirements for all direct-invocation tools.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA0F9C380ad1E1be09046319fd907335B2B452B37",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2400",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "toolCount": 41,
            "tools": [
              {
                "category": "Spot Trading",
                "description": "Get a price-only quote...",
                "name": "get_swap_quote",
                "parameters": {
                  "properties": {},
                  "type": "object"
                },
                "readOnly": true,
                "requiresOperatorAuth": false
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {},
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "toolCount": {
                    "type": "integer"
                  },
                  "tools": {
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "trader.rigoblock.com",
  "lastUpdated": "2026-09-14T19:48:29.122Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-14T19:48:28.144Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "trader.rigoblock.com",
    "manifest_name": "trader.rigoblock.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}