Skip to main content
Get Market Sparklines
curl --request POST \
  --url https://synthesis.trade/api/v1/markets/sparklines \
  --header 'Content-Type: application/json' \
  --data '
[
  "12345",
  "KXBTC-25-T100000:Yes"
]
'
{
  "success": true,
  "response": {
    "12345": [
      0.41,
      0.44,
      0.48
    ],
    "KXBTC-25-T100000:Yes": [
      0.52,
      0.54,
      0.58
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://api.synthesis.trade/docs/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
Example:
["12345", "KXBTC-25-T100000:Yes"]

Response

200 - application/json

Sparkline history by market identifier