Packages

Type-safe Gleam client library for the Upbit cryptocurrency exchange API

Current section

Files

Jump to
glupbit include glupbit@exchange@account_AccountBalance.hrl
Raw

include/glupbit@exchange@account_AccountBalance.hrl

-record(account_balance, {
currency :: binary(),
balance :: binary(),
locked :: binary(),
avg_buy_price :: binary(),
avg_buy_price_modified :: boolean(),
unit_currency :: binary()
}).