getTokenAccounts

Returns token accounts based on the specified filters.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
ConfigurationobjectOptional
Configuration object for filtering and pagination.

Response

Returns token accounts matching the specified criteria.
totalinteger or null
Total number of token accounts.
limitinteger or null
Number of token accounts returned.
cursorstring or null
Cursor for pagination.
token_accountslist of objects or null
Array of token accounts.