On ThorNode
Answered by FastGate through the ThorEdge RPC URL; no separate endpoint or key.commitment and minContextSlot are accepted and ignored: the response reflects FastGate’s indexed slot, reported as context.slot (no apiVersion). The request times out after 30 s. Encodings: base64 (default), base58, base64+zstd, jsonParsed (token accounts and mints; other accounts fall back to base64). The options parameter must be an object; dataSlice is ignored with jsonParsed. The second parameter ({ "mint" } or { "programId" }) is required and must contain exactly one key. For very large delegates use getTokenAccountsByDelegateV2.
Parameters
string
required
Solana address (public key) of the delegate that has been authorized to manage token accounts.
string
Specific token mint address to filter delegated accounts by a particular token type.
string
Specific token program ID (typically SPL Token program) to filter delegated accounts.
string
The commitment level for the request. Accepted and ignored by FastGate.
confirmedfinalizedprocessed
number
The minimum slot that the request can be evaluated at. Accepted and ignored by FastGate.
object
Request a slice of the account’s data.
number
Number of bytes to return.
number
Byte offset from which to start reading.
string
Encoding format for Account data.
base58base64base64+zstdjsonParsed
Response
object
Context of the response.
array
List of token accounts.