UNPKG
@coinset/btcbox
Version:
beta (1.0.0-beta.2)
latest (1.0.0-beta.1)
1.0.0-beta.2
1.0.0-beta.1
BTCBOX API client
github.com/coinset/btcbox
coinset/btcbox
@coinset/btcbox
/
dist
/
constants
/
api.d.ts
6 lines
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
BASE_URL
=
"https://www.btcbox.co.jp/api/v1/"
;
export
declare
const
TICKER
=
"ticker"
;
export
declare
const
TICKERS
=
"tickers"
;
export
declare
const
DEPTH
=
"depth"
;
export
declare
const
ORDERS
=
"orders"
;
//# sourceMappingURL=api.d.ts.map