List top-ups to a wallet

A GET request to list blockchain deposit transactions (top-ups) to a registered wallet.
Supports filtering by creation date and status, with pagination.

Path Params
string
required
length between 40 and 40

The UUID of the wallet

Query Params
integer
1 to 100
Defaults to 10

Number of items per page (1-100)

integer
≥ 0
Defaults to 0

Page number (0-based)

string
enum
Defaults to -createdAt

Sort field and direction

Allowed:
date-time

Filter top-ups created since this date (ISO 8601)

Responses

400

The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).

401

Although the HTTP standard specifies "unauthorized", semantically this response means "unauthenticated". That is, the client must authenticate itself to get the requested response.

403

The client does not have access rights to the content; that is, it is unauthorized, so the server is refusing to give the requested resource. Unlike 401 Unauthorized, the client's identity is known to the server.

429

The user has sent too many requests in a given amount of time ("rate limiting").

500

The server has encountered a situation it does not know how to handle.

Language
Credentials
Header
Response
Choose an example:
application/json