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. No cap on the number of pubkeys per request. Missing accounts are null in position.
Parameters
array
required
Array of Solana account addresses (up to 100) to fetch in a single optimized batch request.
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 the returned account data.
jsonParsedbase58base64base64+zstd
Response
object
Context of the response.
array
Array of account details.