Coinglass API Client for Elixir
Add the ex_coinglass
package to your list of dependencies in mix.exs
:
def deps do
[
{:ex_coinglass, "~> 0.0.2"}
]
end
- Erlang 22+
- Elixir 1.11+
https://coinglass.github.io/API-Reference/#general-info
-
GET https://open-api.coinglass.com/api/pro/v1/futures/openInterest
-
GET https://open-api.coinglass.com/api/pro/v1/futures/openInterest/chart
-
GET https://open-api.coinglass.com/api/pro/v1/futures/liquidation_chart
-
GET https://open-api.coinglass.com/api/pro/v1/futures/liquidation/detail/chart
-
GET https://open-api.coinglass.com/api/pro/v1/futures/longShort_chart
-
GET https://open-api.coinglass.com/api/pro/v1/futures/funding_rates_chart
-
GET https://open-api.coinglass.com/api/pro/v1/futures/vol/chart
-
GET https://open-api.coinglass.com/api/pro/v1/option/openInterest
-
GET https://open-api.coinglass.com/api/pro/v1/option/openInterest/history/chart
-
GET https://open-api.coinglass.com/api/pro/v1/option/vol/history/chart
- Alex Kwiatkowski - alex+git@fremantle.io
ex_coinglass
is released under the MIT license