UNPKG

ggez-banking-sdk

Version:

A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.

11 lines (10 loc) 213 B
type Exchange = { symbol: string; pair: string; execution_price: number; market_price: number; quantity: number; exchange_fee: number; network_fee: number; }; export type { Exchange };