Skip to content
Velo

.get_products

Lists the supported products for a specified market type. The market-specific catalog methods are more convenient when the type is known in advance.

Example

futures = client.get_products('futures')

Parameters

product_type

  • Type: str

One of "futures", "options", or "spot".

delisted

  • Type: bool
  • Optional
  • Default: False

When True, returns delisted-only products. Use the default for options.

Return type

list[dict]

Returns one dictionary per supported product, or an empty list when no products match.