Order book fetcher
Last updated
Last updated
[apis/poloniex/public/Order book fetcher]
Returns the order book for a given market, as well as a sequence number used by websockets for synchronization of book updates and an indicator specifying whether the market is frozen. You may set currencyPair to "all" to get the order books of all markets. https://docs.poloniex.com/#returnorderbook
Keywords: order book, asks, bids, price, token, currency, pair, sample, fetch, retrieve
query: {"currencyPair": string, optional "depth": number}
data:
response:
error: {"error": string}