24h volume sampler

[apis/poloniex/public/24h volume sampler]


Returns the 24-hour volume for all markets as well as totals for primary currencies. Primary currencies include BTC, ETH, USDT, USDC and show the total amount of those tokens that have traded within the last 24 hours. https://docs.poloniex.com/#return24hvolume


Keywords: daily, volume, totals, liquidity, currency, pair, sample, fetch, retrieve

Input ports

  • start: any

Output ports

  • data: ({string: {string: string}} and {string: string})

  • response:

    {"status": number, "headers": {string: any}, "body": string}
  • error: {"error": string}

Last updated