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 only
  • POST /api/assessments — Create a new chat
  • GET /api/assessments/:id — Get a single chat by ID
  • PATCH /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 markets
  • GET /api/orderbook — Get orderbook data
  • GET /api/feed — Rank active markets with deterministic feed screens
  • GET /api/bookmarks / POST /api/bookmarks — List or save bookmarked markets
  • DELETE /api/bookmarks/:marketId — Remove a bookmarked market

Allocator

  • POST /api/lp/allocator — Run allocator recommendations from explicit market data
  • GET /api/lp/opportunities — Persist and return LP opportunity candidates
  • POST /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

Privacy policy

Read about how we collect, use, and protect your data.

View Privacy Policy

Delete account

Permanently delete your account, all assessments, and API tokens. This action cannot be undone.