B2PRIME Docs

Get all markets

<p><b>Required operations:</b><br/>trading-ui</p>

GET
/frontoffice/api/v4/markets

Response Body

application/json

curl -X GET "https://example.com/frontoffice/api/v4/markets"
[  {    "marketId": "string",    "displayName": "string",    "type": "Spot",    "subtype": "Cash"  }]
Empty
Empty