Skip to main content
GET
List deposit history

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

limit
integer<int32>
default:20

Requested number of entries. Defaults to 20 and is capped at 100.

after
string

Exclusive sequence cursor returned as next_cursor. The decimal value must fit a non-negative signed 64-bit integer; overflow returns 400.

Pattern: ^[0-9]+$

Response

Deposit history

deposits
object[]
required
next_cursor
string
Pattern: ^[0-9]+$