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. filters are optional. Accepts changedSinceSlot in addition to the standard options. At most 10,000 accounts; a larger result returns -32600 and asks you to use getProgramAccountsV2. Standard dataSize and memcmp filters apply; memcmp.bytes is base-58 unless encoding is "base64".
Parameters
string
required
The Solana program public key (address) to query accounts for, as a base-58 encoded string.
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.
boolean
Wrap the result in an RpcResponse JSON object.
string
Encoding format for the returned account data.
jsonParsedbase58base64base64+zstd
object
Request a slice of the account’s data.
number
Number of bytes to return.
number
Byte offset from which to start reading.
number
Only return accounts that were modified at or after this slot number. Useful for incremental updates.
array
Filters that every returned account must match.
Response
array