Skip to content

fremantle-industries/ex_coinglass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExCoinglass

Build Status hex.pm version

Coinglass API Client for Elixir

Installation

Add the ex_coinglass package to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_coinglass, "~> 0.0.2"}
  ]
end

Requirements

  • Erlang 22+
  • Elixir 1.11+

API Documentation

https://coinglass.github.io/API-Reference/#general-info

REST API

Futures

  • 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

Options

  • 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

Authors

License

ex_coinglass is released under the MIT license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages