Merkatus logoMerkatus Docs

Get CLOB Market Info

Get CLOB market settings

GET
/clob-markets/{condition_id}

Path Parameters

condition_id*string

Condition identifier for the market.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/clob-markets/string"
{  "gst": "2019-08-24T14:15:22Z",  "r": {    "rates": [      {        "asset_address": "string",        "rewards_daily_rate": 0      }    ],    "min_size": 0.1,    "max_spread": 0  },  "c": "string",  "mirror_condition_id": "string",  "nr": true,  "t": [    {      "t": "string",      "mirror_token_id": "string",      "o": "string"    }  ],  "mts": 0.1,  "mos": 0.1,  "fd": {    "r": 0.1,    "e": 0,    "to": true  },  "mbf": 0,  "tbf": 0,  "rfqe": true,  "itode": true,  "ibce": true,  "oas": 0}