@coinset/gmocoin
Version:
GMO Coin API client
5 lines • 297 B
TypeScript
import type { GMOCoinSpotPair, GMOCoinMarginPair } from '../shared/types/currency';
declare const ALL_GMOCOIN_SPOT_PAIRS: GMOCoinSpotPair[];
declare const ALL_GMOCOIN_MARGIN_PAIRS: GMOCoinMarginPair[];
export { ALL_GMOCOIN_SPOT_PAIRS, ALL_GMOCOIN_MARGIN_PAIRS };
//# sourceMappingURL=pair.d.ts.map