List all deposit addresses, optionally filtering and paging the results.
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
Optionally filter by the profile IDs associated with the deposit addresses. Limit 100.
Optionally filter by the Identities associated with the deposit addresses. Limit 100.
Optionally filter by the UUIDs of the deposit addresses. Limit 100.
The client-specified IDs provided during transfer creation. Limit 100.
Include timestamps strictly less than lt. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps less than or equal to lte. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps exactly equal to eq. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps greater than or equal to lte. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps strictly greater than gt. RFC3339 format, like 2006-01-02T15:04:05Z
.
Number of results to return. Defaults to 100 if no limit is provided. Maximum 1000.
Return items in ascending (ASC) or descending (DESC) order. Defaults to DESC.
DESC
, ASC
The specific method by which the returned results will be ordered.
CREATED_AT
Optional: Cursor for getting the next page of results.
Optionally filter by the Accounts associated with the deposit address. Limit 100.
A successful response.
The response is of type object
.