UNPKG

@coinset/bitflyer

Version:

Bitflyer API client for Node.js

10 lines 460 B
export declare const BASE_URL = "https://api.bitflyer.com/v1/"; export declare const MARKETS = "markets"; export declare const TICKER = "ticker"; export declare const TRANSITIONS = "transactions"; export declare const BOARD = "board"; export declare const EXECUTIONS = "executions"; export declare const GETBOARDSTATE = "getboardstate"; export declare const GETHEALTH = "gethealth"; export declare const GETCHATS = "getchats"; //# sourceMappingURL=api.d.ts.map