List Digital Asset Vault Requests
Get the list of digital-asset wallet requests your platform has made, along with where each one stands.
Every wallet request needs approval from Finogate’s team. Each entry
shows the decision so far — pending_review (still being reviewed),
approved, or rejected. Filter by status=pending_review to
show only the ones still waiting, or leave it out for the full history.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
How many requests to return per page (1 to 200).
1 <= x <= 200How many requests to skip before this page starts.
x >= 0Optional. Show only requests with this status — for example pending_review, approved, or rejected.
Response
Successful Response
Standard response wrapper for list responses.
Declare ListResponse[list[SomeModel]] to render the real data
array schema in OpenAPI/Swagger; a bare ListResponse leaves data
untyped.
HTTP status code for the response.
Payload or error details.
UTC timestamp (milliseconds since epoch) when response was generated.
Total rows matching the request filters (not just this page).
x >= 0Page size used for this response. Null for cursor-paginated endpoints.
x >= 11-indexed page number for this response. Null for cursor-paginated endpoints.
x >= 1Total number of pages given the current limit. Null for cursor-paginated endpoints.
x >= 0Cursor for the next page, if available.

