Settings
Manage your account and API access
Polymarket Wallet
Use MetaMask as the owner wallet and a Polymarket deposit wallet for LP funds and trades
Loading wallet status...
API Tokens
Personal access tokens for CLI tools and AI agents
Loading tokens...
Using your token
Include the token in the Authorization header of your API requests:
curl -H "Authorization: Bearer <api-token>" \ https://hedgelayer.ai/api/assessments?list=true
Endpoints
Chats
GET /api/assessments?list=true— List all your chats (up to 50, newest first)GET /api/assessments?list=true&status=completed— Filter by status (in_progress,completed,abandoned)GET /api/assessments— Get most recent chat onlyPOST /api/assessments— Create a new chatGET /api/assessments/:id— Get a single chat by IDPATCH /api/assessments/:id— Update a chat (status, messages, metadata, market_brief)DELETE /api/assessments/:id— Permanently delete a chat
AI & Intelligence
POST /api/chat— Run AI market research chat (streaming)POST /api/brief— Generate a Market Brief from a topic
Markets
GET /api/search— Search Polymarket marketsGET /api/orderbook— Get orderbook dataGET /api/feed— Rank active markets with deterministic feed screensGET /api/bookmarks/POST /api/bookmarks— List or save bookmarked marketsDELETE /api/bookmarks/:marketId— Remove a bookmarked market
Allocator
POST /api/lp/allocator— Run allocator recommendations from explicit market dataGET /api/lp/opportunities— Persist and return LP opportunity candidatesPOST /api/lp/pnl/sync— Sync wallet PnL snapshots for allocator learning
Note: GET /api/assessments without ?list=true returns only your single most recent chat — useful for resuming an in-progress session. Add ?list=true to retrieve all chats.
Data & Privacy
Manage your data and exercise your privacy rights
Export your data
Use the API to export all your assessments: GET /api/assessments?list=true
Delete account
Permanently delete your account, all assessments, and API tokens. This action cannot be undone.