ToolAssay

Real-time crypto VWAP market data from Blocksize Capital

Real-time crypto VWAP market data from Blocksize Capital.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1927 msmedian answer time
$0.002listed price per call
$0.002price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://mcp.blocksize.info/v1/vwap/BTC-USD

CategoryMarket data
Provider hostmcp.blocksize.info
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days7 from 5 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.002 1927 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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 \u2014 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"
}

This page as JSON