Skip to content
Velo

.get_spot

Lists supported spot products. Active products are returned by default.

Example

active = client.get_spot()
delisted = client.get_spot(delisted=True)

Parameters

delisted

  • Type: bool
  • Optional
  • Default: False

When True, returns delisted-only spot products.

Return type

list[dict]

Records include exchange, coin, product, and begin. Delisted records also include end.