Summary sampler

[apis/poloniex/public/Summary sampler]


Retrieves summary information for each currency pair listed on the exchange. https://docs.poloniex.com/#returnticker


Keywords: price, token, currency, pair, sample, fetch, retrieve

Input ports

  • start: any

Output ports

  • data:

    {string: {
      "id": number,
      "last": string,
      "lowestAsk": string,
      "highestBid": string,
      "percentChange": string,
      "baseVolume": string,
      "quoteVolume": string,
      "isFrozen": string,
      "postOnly": string,
      "marginTradingEnabled": string,
      "high24hr": string,
      "low24hr": string
    }}
  • response:

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

Last updated