Wallet Grants
List wallet grants
Returns a paginated list of wallet grants across the organization. Supports filtering by wallet ID and grant status.
GET
List wallet grants
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
Available options:
2026-04-01 Query Parameters
Number of items to return per page
Example:
20
Number of items to skip
Example:
0
Filter by grant status
Available options:
pending, approved, voided, expired Example:
"approved"
Filter by wallet ID
Example:
"wlt_abc123"
Previous
Create a wallet grantCreates a new grant on a wallet for a given amount. Grants may carry an expiry date and an associated payment reference.
Next
List wallet grants