Skip to main content
GET
List trades

Authorizations

Authorization
string
header
required

Authorization: Bearer rbk_live_...

Redbark-Version
string
header
required

The API release your integration is built against, e.g. 2026-10-01.wattle. Required on every request.

Query Parameters

limit
integer

1 to 100, default 20. For more results follow next_page_url instead of raising limit. Ignored when page is set.

Required range: 1 <= x <= 100
page
string

Opaque token from next_page_url / previous_page_url. Filters are locked to the first call of a walk; changing them while paging is rejected.

account
string
required

Required. The acct_ id to read.

from
string

YYYY-MM-DD or RFC 3339; inclusive

to
string

YYYY-MM-DD or RFC 3339; inclusive

Response

Trades

object
enum<string>
required
Available options:
list
data
object[]
required
next_page_url
string | null
required
previous_page_url
string | null
required