For the complete documentation index, see llms.txt. This page is also available as Markdown.

Prediction Market Support

WheelX supports prediction market routing through the standard quote flow.

Currently Supported Prediction Markets

What to Know

  • Use the standard quote flow

  • Set to_platform_id to the target prediction market

  • Set to_address to the wallet that will receive the routed funds

Quote Example

Opinion

{
  "from_chain": 8453,
  "to_chain": 56,
  "from_token": "0x0000000000000000000000000000000000000000",
  "to_token": "0x55d398326f99059fF775485246999027B3197955",
  "from_address": "0x1111111111111111111111111111111111111111",
  "to_address": "0x1111111111111111111111111111111111111111",
  "amount": "1000000000000000000",
  "slippage": 200,
  "affiliation": null,
  "to_platform_id": 1,
  "quote_only": true
}

Polymarket

Replace the placeholder address with your own destination wallet before executing a live trade.

Last updated

Was this helpful?