List payment instruments

Retrieves a paginated list of payment instruments across all contacts. Supports advanced search using Lucene-like query syntax for filtering by instrument properties and associated contact information.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Lucene-style query for filtering payment instruments. Supported fields: searchTerm (free text search in instrument name, description, wallet address, contact name, description, e.g., searchTerm:ethereum), paymentMethods (payment method type: CRYPTO, BANK_ACCOUNT, e.g., paymentMethods:CRYPTO), currency (currency of the instrument, e.g., currency:EUR), verificationStatuses (verification status: UNVERIFIED, VERIFICATION_REQUESTED, VERIFIED, e.g., verificationStatuses:VERIFIED), entityTypes (entity types: INDIVIDUAL, COMPANY, e.g., entityTypes:INDIVIDUAL).

integer
≥ 0
Defaults to 0

Zero-based page index (0..N)

integer
≥ 1
Defaults to 20

The size of the page to be returned

sort
array of strings

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

sort
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*