Skip to main content
GET
/
api
/
sdk
/
markets
/
opportunities
Opportunities
curl --request GET \
  --url https://api.simmer.markets/api/sdk/markets/opportunities
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}
This is a convenience wrapper around /markets?sort=opportunity. Use it when you want pre-filtered, ranked opportunities.

Query Parameters

venue
string | null
limit
integer
default:10
min_divergence
number
default:0.03

Response

Successful Response