Skip to main content
GET
List conversations

Authorizations

Authorization
string
header
required

Joyride Core session JWT obtained from the SIWS flow (public/get_nonce + public/auth on the Core trading WebSocket). Include as: Authorization: Bearer <jwt>

Query Parameters

cursor
string

Base64-encoded compound cursor from the previous response

limit
integer
default:20

Maximum number of conversations to return

Required range: 1 <= x <= 100

Response

Paginated list of conversations

conversations
object[]
required
next_cursor
string | null
required

Base64-encoded cursor for the next page, if any