.get_futures
Lists supported futures products. Active products are returned by default.
Example
active = client.get_futures()
delisted = client.get_futures(delisted=True)
depth_products = [product for product in active if product['depth']]Parameters
delisted
- Type:
bool - Optional
- Default:
False
When True, returns delisted-only futures.
Return type
list[dict]
Records include exchange, coin, product, begin, and depth. Delisted records also include end.