v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-313352,3122.9 MB
plaid

Fetch a list of e-wallets

This endpoint lists all e-wallets in descending order of creation.

post/wallet/list

Request body

client_idstring

Your Plaid API client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.

secretstring

Your Plaid API secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.

iso_currency_code'GBP' | 'EUR'

An ISO-4217 currency code, used with e-wallets and transactions.

cursorstring

A base64 value representing the latest e-wallet that has already been requested. Set this to next_cursor received from the previous /wallet/list request. If provided, the response will only contain e-wallets created before that e-wallet. If omitted, the response will contain e-wallets starting from the most recent, and in descending order.

countinteger

The number of e-wallets to fetch

Response

OK

next_cursorstring

Cursor used for fetching e-wallets created before the latest e-wallet provided in this response

request_idstring required

A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.