cURL
curl --request GET \ --url https://relay.bayse.markets/v1/pm/liquidity-rewards
{ "data": [ { "epochId": "f4d15ea1-813a-41dd-a84c-e95648974dd6", "eventId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "marketId": "b2c3d4e5-f6a7-8901-bcde-f12345678901", "accumulatedShares": 1523.45, "sampleCount": 12, "payout": 8.25, "isPaid": true, "epochStart": "2026-03-20T00:00:00Z", "epochEnd": "2026-03-21T00:00:00Z", "status": "completed" } ], "pagination": { "page": 1, "size": 20, "totalCount": 1, "lastPage": 1 } }
Get paginated list of the authenticated user’s liquidity reward payouts
Documentation IndexFetch the complete documentation index at: https://docs.bayse.markets/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bayse.markets/llms.txt
Use this file to discover all available pages before exploring further.
curl "https://relay.bayse.markets/v1/pm/liquidity-rewards?page=1&size=10" \ -H "X-Public-Key: pk_live_abcdef123456"
Show reward fields
active
completed
Show pagination fields