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;
|
||||
|
||||
Reference in New Issue
Block a user