UNPKG

ftx-api-typed

Version:

Node.js/typescript connector for FTX's REST APIs and WebSockets

16 lines (15 loc) 412 B
export * from "./api-key-info"; export * from "./nft"; export * from "./staking"; export * from "./subaccount"; export * from "./markets"; export * from "./futures"; export * from "./account"; export * from "./wallet"; export * from "./orders"; export * from "./quote"; export * from "./options"; export * from "./spot-margin"; export * from "./fills"; export * from "./leveraged-tokens"; export * from "./otc";