Module: YobitApi

Defined in:
lib/yobit_api.rb,
lib/yobit_api/version.rb

Defined Under Namespace

Classes: Client

Constant Summary collapse

PUBLIC_API_URL =
'https://yobit.net/api/3/'.freeze
TRADE_API_URL =
'https://yobit.net/tapi/'.freeze
VERSION =
'0.1.0'