B2PRIME Docs

Get market by id

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

GET
/frontoffice/api/v4/markets/{marketId}

Path Parameters

marketId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/frontoffice/api/v4/markets/string"
{  "marketId": "string",  "displayName": "string",  "baseAssetId": "string",  "quoteAssetId": "string",  "minAmount": "string",  "priceDeviation": "string",  "priceScale": 0,  "amountScale": 0,  "side": "BuySell",  "isHidden": true,  "type": "Spot",  "subtype": "Cash"}
{  "code": "string",  "description": "string"}
Empty
Empty
{  "code": "string",  "description": "string"}