Markets
GET/:tick_type
Markets available for specified tick type.
List of available tick types can be fetched from the tick types endpoint.
Request
Path Parameters
tick_type Tick Typesrequired
Possible values: [spot
, mark
, trade
]
Responses
- 200
Markets list
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
string
[
"string"
]
[
"PI_XRPUSD",
"FI_XRPUSD_210625",
"FI_XBTUSD_210528",
"PI_XBTUSD"
]
Loading...