Return the associated Fiat Deposit Instructions matching the search criteria for the current Account.
The paginated results default to the maximum limit of 1,000 Fiat Deposit instructions, unless otherwise specified with the limit
parameter.
Every paginated response contains a next_page
field until the last page is reached.
Pass the next_page
value into the page_cursor
field of the next request to retrieve the next page of 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 UUIDs of the instructions. Limit 100.
Optionally filter by the client-specified IDs provided during instructions 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
Optional: Cursor for getting the next page of results.
A successful response.
The response is of type object
.