UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

13 lines 267 B
export interface Symbol { type:string; baseCurrency:string; quoteCurrency:string; status:string; quantityIncrement:string; tickSize:string; takeRate:string; makeRate:string; feeCurrency:string; marginTrading:boolean; maxInitialLeverage:string; }