cb_get_fees {rCoinbase} | R Documentation |
Account Fees
Description
Account Fees
Usage
cb_get_fees(
product_type = "UNKNOWN_PRODUCT_TYPE",
contract_expiry_type = "UNKNOWN_CONTRACT_EXPIRY_TYPE",
product_venue = "UNKNOWN_VENUE_TYPE"
)
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' |
Value
A data.frame
with a summary of transactions with fee tiers, total volume, and fees.
Examples
## Not run:
cb_get_fees()
## End(Not run)
[Package rCoinbase version 1.0.0 Index]