Skip to main content
Returns all information associated with the account of provided Pubkey.

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.

Parameters

string
required
Pubkey of account to query, as a base-58 encoded string.
string
Commitment level for the query. Accepted and ignored by FastGate.
  • finalized
  • confirmed
  • processed
string
Encoding format for account data.
  • base58
  • base64
  • base64+zstd
  • jsonParsed
object
Request a slice of the account’s data.
number
Byte offset from which to start reading.
number
Number of bytes to return.
number
The minimum slot that the request can be evaluated at. Accepted and ignored by FastGate.

Response

object
Context of the request.
object