cb_get_fees: Account Fees
Usage
cb_get_fees(
product_type = "UNKNOWN_PRODUCT_TYPE",
contract_expiry_type = "UNKNOWN_CONTRACT_EXPIRY_TYPE",
product_venue = "UNKNOWN_VENUE_TYPE"
)
Value
A data.frame
with a summary of transactions with fee tiers, total volume, and fees.
Arguments
- product_type
= Only returns the orders matching this product type.
By default, returns all product types.
'UNKNOWN_PRODUCT_TYPE', 'SPOT','FUTURE'
- contract_expiry_type
= Only returns the orders matching this contract expiry type.
Only applicable if product_type is set to FUTURE.
'UNKNOWN_CONTRACT_EXPIRY_TYPE','EXPIRING', 'PERPETUAL'
- product_venue
= Venue for product
'UNKNOWN_VENUE_TYPE','CBE','FCM','INTX'