0.05 credits per call
getTokenAccountsByOwner on Solana: Returns all SPL token accounts owned by an address.
Endpoint
Authorization: Bearer <GOLDRUSH_API_KEY>. See authentication.
Parameters
Returns
object: {context, value: array<{pubkey, account}>}: token accounts with parsed tokenAmount when jsonParsed.
Examples
Errors
Standard JSON-RPC errors:-32600 invalid request, -32601 method not found, -32602 invalid params.