okex-withdrawal-fee
Version:
Get OKEx withdrawal fees of all currencies.
10 lines (9 loc) • 321 B
TypeScript
import { WithdrawalFee } from './pojo/withdrawal_fee';
/**
* Get withdrawal fee of the symbol.
*
* @param symbol The symbol name
* @param platform The platform, optional
* @returns WithdrawalFee or undefined
*/
export declare function getWithdrawalFee(symbol: string, platform?: string): WithdrawalFee | undefined;