Bitstamp · Example Payload

Getcurrencies

CryptocurrencyExchangeTradingBitcoinEthereumSpot TradingWebSocketMarket DataOrder ManagementFinance

Getcurrencies 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": "getcurrencies",
  "summary": "Get available currencies",
  "path": "/api/v2/currencies/",
  "method": "GET",
  "example": [
    {
      "name": "string",
      "symbol": "string"
    }
  ]
}