Skip to content

MCPs, APIs and SDKs for the EventTrader AI bots and proprietary prediction market platform

Notifications You must be signed in to change notification settings

eventtrader/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventTrader - Public Documentation

Public-facing API, SDK, and MCP documentation for the EventTrader prediction markets platform.

Contents

File Description
docs/API_EXAMPLES.md REST API examples with curl commands and responses
docs/MCP_EXAMPLES.md MCP server tool examples (95 tools)
templates/api_docs.html Interactive API documentation page
templates/sdk_docs.html Python SDK documentation page
static/sdk/perpetual_sdk.py Perpetual Binary Trading SDK

Quick Start

REST API

curl -H "X-API-Key: YOUR_API_KEY" \
     https://cymetica.com/api/v1/markets?status=active

Python SDK

from perpetual_sdk import PerpetualAPI

async with PerpetualAPI() as api:
    markets = await api.get_markets()
    status = await api.get_market_status("ETH")

MCP Server

python3 -m event_trader_mcp

Links

License

Copyright EventTrader / Cymetica. All rights reserved.

About

MCPs, APIs and SDKs for the EventTrader AI bots and proprietary prediction market platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published