Activities
Trading
Activities
Get your trading activity history
GET
Activities
Documentation Index
Fetch the complete documentation index at: https://docs.bayse.markets/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Read authentication required —X-Public-Key header.
Query parameters
Filter activities by category. Accepted values:
When no filter is provided, all activity types are returned except
| Filter | Activity types included |
|---|---|
buys | BUY_MARKET_ORDER_CREATED, BUY_TRADE_FILL |
sells | SELL_MARKET_ORDER_CREATED, SELL_TRADE_FILL |
limits | BUY_LIMIT_ORDER_CREATED, SELL_LIMIT_ORDER_CREATED, BUY_LIMIT_ORDER_CANCELLED, SELL_LIMIT_ORDER_CANCELLED, BUY_LIMIT_ORDER_EXPIRED, SELL_LIMIT_ORDER_EXPIRED |
payout | PAYOUT_WIN, PAYOUT_LOSS |
BUY_TRADE_FILL and SELL_TRADE_FILL.Page number.
Results per page.
Activity types
Each activity in the response has atype field with one of the following values:
| Type | Description |
|---|---|
BUY_MARKET_ORDER_CREATED | A market buy order was placed |
SELL_MARKET_ORDER_CREATED | A market sell order was placed |
BUY_LIMIT_ORDER_CREATED | A limit buy order was placed |
SELL_LIMIT_ORDER_CREATED | A limit sell order was placed |
BUY_LIMIT_ORDER_CANCELLED | A limit buy order was cancelled |
SELL_LIMIT_ORDER_CANCELLED | A limit sell order was cancelled |
BUY_LIMIT_ORDER_EXPIRED | A limit buy order expired |
SELL_LIMIT_ORDER_EXPIRED | A limit sell order expired |
BUY_TRADE_FILL | A buy order was filled via trade match |
SELL_TRADE_FILL | A sell order was filled via trade match |
PAYOUT_WIN | Payout received for a winning position |
PAYOUT_LOSS | Market resolved against your position |
BUY_REFUND | Refund issued for a buy order |