latestOpenAPI 3.0.12026-07-26251295.9 KB

eb2c05c3a98e

Markets

Find markets by hash

This endpoint retrieves specific markets

get/markets/find

Query parameters

marketHashesstring[] required

The market hashes of the markets to retrieve. Comma separated. Maximum 30.

Response

statusstring

success or failure if the request succeeded or not

Example response

{
  "data": [
    {
      "chainVersion": "SXR",
      "__type": "Market"
    }
  ]
}