feat(): add samples for account endpoints. Breaking change: getFeeRate takes an object

This commit is contained in:
tiagosiebler
2023-06-09 10:33:00 +01:00
parent 1577764392
commit 6dbbecb9a5
15 changed files with 208 additions and 8 deletions

View File

@@ -78,6 +78,7 @@ export interface CoinGreeksV5 {
export interface FeeRateV5 {
symbol: string;
baseCoin: string;
takerFeeRate: string;
makerFeeRate: string;
}