ExDeltaExchange
Delta Exchange API Client for Elixir
Installation
Add the ex_ftx package to your list of dependencies in mix.exs:
def deps do
[
{:ex_delta_exchange, "~> 0.0.3"}
]
endRequirements
- Erlang 22+
- Elixir 1.10+
API Documentation
https://docs.delta.exchange/#introduction
REST API
Assets
GET /assets
Indicies
GET /indices
Products
GET /productsGET /products/{symbol}GET /tickersGET /tickers/{symbol}
Orders
POST /ordersDELETE /ordersPUT /ordersGET /ordersDELETE /orders/all
Positions
GET /positionsGET /positions/marginedPOST /positions/change_margin
TradeHistory
GET /orders/historyGET /fillsGET /fills/history/download/csv
Orderbook
GET /l2orderbook/{symbol}
Trades
GET /trades/{symbol}
Wallet
GET /wallet/balancesGET /wallet/transactionsGET /wallet/transactions/download
OHLC Candles
GET /history/candlesGET /history/sparklines