Bitstamp · Example Payload

Gethourlyticker

CryptocurrencyExchangeTradingBitcoinEthereumSpot TradingWebSocketMarket DataOrder ManagementFinance

Gethourlyticker is an example object payload from Bitstamp, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarypathmethodexample

Example Payload

Raw ↑
{
  "operationId": "gethourlyticker",
  "summary": "Get hourly ticker data",
  "path": "/api/v2/ticker_hour/{currency_pair}/",
  "method": "GET",
  "example": {
    "timestamp": "string",
    "open": "string",
    "high": "string",
    "low": "string",
    "last": "string",
    "volume": "string",
    "vwap": "string",
    "bid": "string",
    "ask": "string",
    "side": "string",
    "open_24": "string",
    "percent_change_24": "string",
    "market_type": "string"
  }
}