List Bonuses
List bonuses filtered by provided params
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
default: 100
x <= 250x >= 0A Timestamp represents a point in time independent of any time zone or local calendar. It is formatted as an RFC 3339 string.
Examples:
2024-05-01T00:00:00Z(UTC midnight)2024-12-25T15:30:00.000Z(With milliseconds)2024-12-25T07:30:00-08:00(With timezone offset)
"2023-01-15T01:30:15.01Z"
"2024-12-25T12:00:00Z"
A Timestamp represents a point in time independent of any time zone or local calendar. It is formatted as an RFC 3339 string.
Examples:
2024-05-01T00:00:00Z(UTC midnight)2024-12-25T15:30:00.000Z(With milliseconds)2024-12-25T07:30:00-08:00(With timezone offset)
"2023-01-15T01:30:15.01Z"
"2024-12-25T12:00:00Z"
Response
Success
x >= 0USD, GBP, EUR Struct represents a structured data value, consisting of fields
which map to dynamically typed values. In some languages, Struct
might be supported by a native representation. For example, in
scripting languages like JS a struct is represented as an
object. The details of that representation are described together
with the proto support for the language.
The JSON representation for Struct is JSON object.