UNPKG

cryptomus-sdk

Version:

This is not an official one created for simplified work with Cryptomus API

19 lines (18 loc) 412 B
export interface IServicesResponse { state: boolean; result: [ { network: string; currency: string; is_available: boolean; limit: { min_amount: string; max_amount: string; }; commission: { fee_amount: string; percent: string; }; } ]; }