{
  "x402Version": 2,
  "id": 7263,
  "slug": "7263",
  "resource": "https://mcp.blocksize.info/v1/vwap/BTC-USD",
  "description": "Real-time crypto VWAP market data from Blocksize Capital.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "9qCyPu7sLjnwgcbHYY76eqvtjsrdDxis9nn1sjD8CyJo",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "2000",
      "maxTimeoutSeconds": 30
    },
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x52C76F43aA871B407e242DCc396Ccc54a8C70aDe",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "currency": "USD",
              "market_cap": null,
              "pair": "BTC-USD",
              "source": "blocksize",
              "timestamp": "2020-01-01T00:00:00Z",
              "volume": null,
              "vwap": 100
            },
            "meta": {
              "example_only": true,
              "provider": "Blocksize Capital"
            },
            "status": "ok"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "const": "GET",
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "description": "Illustrative response; never live market data.",
                "properties": {
                  "data": {
                    "description": "Volume Weighted Average Price — single pair snapshot.",
                    "properties": {
                      "currency": {
                        "default": "",
                        "description": "Quote currency",
                        "title": "Currency",
                        "type": "string"
                      },
                      "market_cap": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "description": "Asset Market Cap",
                        "title": "Market Cap"
                      },
                      "pair": {
                        "description": "Trading pair (e.g., BTC-USD)",
                        "title": "Pair",
                        "type": "string"
                      },
                      "source": {
                        "default": "blocksize",
                        "description": "Data provider identifier",
                        "title": "Source",
                        "type": "string"
                      },
                      "timestamp": {
                        "description": "Data timestamp (UTC)",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                      },
                      "volume": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "description": "Current trading volume",
                        "title": "Volume"
                      },
                      "vwap": {
                        "description": "Current VWAP price",
                        "title": "Vwap",
                        "type": "number"
                      }
                    },
                    "required": [
                      "pair",
                      "vwap",
                      "timestamp"
                    ],
                    "title": "VWAPData",
                    "type": "object"
                  },
                  "meta": {
                    "type": "object"
                  },
                  "status": {
                    "type": "string"
                  }
                },
                "required": [
                  "status",
                  "data",
                  "meta"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "mcp.blocksize.info",
  "lastUpdated": "2026-09-17T06:31:19.81Z",
  "quality": {
    "calls30d": 7,
    "uniquePayers30d": 5,
    "lastCalledAt": "2026-09-17T06:31:19.55Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "mcp.blocksize.info",
    "manifest_name": "mcp.blocksize.info",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}