Currencies fetcher

[apis/poloniex/public/Currencies fetcher]


Returns information about currencies. https://docs.poloniex.com/#returncurrencies


Keywords: currency, query, fetch, retrieve, list, details

Input ports

  • query: {optional "includeMultiChainCurrencies": boolean}

Output ports

  • data:

    {
      "id": 1,
      "name": string,
      "humanType": string,
      "currencyType": string,
      "txFee": string,
      "minConf": number,
      "depositAddress": null,
      "disabled": number,
      "frozen": number,
      "hexColor": string,
      "blockchain": string,
      "delisted": number,
      "isGeofenced": number
    }
  • response:

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

Last updated