poloniex_client v0.0.1 API Reference
Modules
Poloniex Digital Asset Exchange Elixir API Client.
Module that routes trading and public API calls to their appropriate URLs.
Returned when API requests are not authenticated correctly.
Returned when an order is not entirely filled.
HTTP client to manage requests to Poloniex API methods
Returned when the order number doesn't exist or is of an invalid format
Returned when there is not enough base currency.
Returned when no portion of an order fills immediately.
Module for Poloniex Public API Commands/Methods https://poloniex.com/support/api/
Module for Poloniex Private/Trading API Commands/Methods https://poloniex.com/support/api/
A fill-or-kill order will either fill in its entirety or be completely aborted.
An immediate-or-cancel order can be partially or completely filled, but any portion of the order that cannot be filled immediately will be canceled rather than left on the order book
A post-only order will only be placed if no portion of it fills immediately; this guarantees you will never pay the taker fee on any part of the order that fills.