feat(): add samples for account endpoints. Breaking change: getFeeRate takes an object
This commit is contained in:
@@ -13,6 +13,12 @@ export interface GetBorrowHistoryParamsV5 {
|
||||
cursor?: string;
|
||||
}
|
||||
|
||||
export interface GetFeeRateParamsV5 {
|
||||
category: CategoryV5;
|
||||
symbol?: string;
|
||||
baseCoin?: string;
|
||||
}
|
||||
|
||||
export interface GetTransactionLogParamsV5 {
|
||||
accountType?: AccountTypeV5;
|
||||
category?: CategoryV5;
|
||||
|
||||
@@ -78,6 +78,7 @@ export interface CoinGreeksV5 {
|
||||
|
||||
export interface FeeRateV5 {
|
||||
symbol: string;
|
||||
baseCoin: string;
|
||||
takerFeeRate: string;
|
||||
makerFeeRate: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user