Params: {
    country_code?: string;
    info?:
        | "info"
        | "leverage"
        | "fees"
        | "margin";
    pair?: string;
}