UNPKG
@exchanges/binance
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.3
Exchange provider for Binance API
@exchanges/binance
/
build
/
info
/
spot
/
marketData.d.ts
2 lines
(1 loc)
•
70 B
TypeScript
View Raw
1
2
export
declare
type
PermissionType =
'SPOT'
|
'MARGIN'
|
'LEVERAGED'
;