Skip to main content
GET
/
2
/
wallet
/
pm
/
activity
Get Prediction Activity
curl --request GET \
  --url https://pm-api-prod-eu.mobula.io/api/2/wallet/pm/activity
{
  "data": [
    {}
  ]
}
Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.

Query Parameters

wallet
string
required

User EOA wallet address. The API resolves the matching Safe trading account internally.

Example:

"0x0000000000000000000000000000000000000001"

platforms
string

Comma-separated platform filter (e.g. polymarket).

types
string

Comma-separated activity type filter (e.g. buy,sell).

from
string

Start of the time window (ISO date or Unix timestamp).

to
string

End of the time window (ISO date or Unix timestamp).

limit
integer
default:50

Page size (1-100).

Required range: 1 <= x <= 100
page
integer
default:1

1-based page index (alternative to offset).

Required range: x >= 1
offset
integer
default:0

Pagination offset.

Required range: x >= 0
order
enum<string>
default:desc
Available options:
asc,
desc
cursorHash
string

Opaque cursor hash for keyset pagination.

cursorDirection
enum<string>
default:before
Available options:
before,
after

Response

200 - application/json

Activity list

data
object[]