UNPKG

@coinset/bitflyer

Version:

Bitflyer API client for Node.js

4 lines 272 B
declare type State = 'RUNNING' | 'CLOSED' | 'STARTING' | 'PREOPEN' | 'CIRCUIT BREAK' | 'AWAITING SQ' | 'MATURED'; declare type Health = 'NORMAL' | 'BUSY' | 'VERY BUSY' | 'SUPER BUSY' | 'NO ORDER' | 'STOP'; export type { State, Health }; //# sourceMappingURL=index.d.ts.map