You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2025. It is now read-only.
/** A maker fee is paid when you create ("make") liquidity on the order book, i.e. you create an order which is not matched immediately. */
5
+
maker_fee_rate: string;
6
+
/** A taker fee is paid when you remove ("take") liquidity from the order book, i.e. you create an order which matches an existing order (this includes all market orders). */
7
+
taker_fee_rate: string;
8
+
/** Your 30-day trailing volume which impacts your fee rates. */
0 commit comments