Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for method getTokenAccountsByOwner: [ownerAddress, filter, config]Positional parameters for
getTokenAccountsByOwner:params[0]: Pubkey of the token account owner (base-58 encoded).params[1]: Filter object - must specify either mint or programId.params[2]: Optional configuration object.
Returns
Array of token accounts owned by the provided address.