UNPKG

ftx-api-typed

Version:

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

9 lines (8 loc) 222 B
export interface ApiKeyInfo { enabled: boolean; readOnly: boolean; withdrawalEnabled: boolean; internalTransfersEnabled: boolean; subaccountNickname: null | string; requireWhitelistedIp: boolean; }