Pre-release documentation. Content subject to change, or may be inaccurate.
A valid request URL is required to generate request examples{
"address": {
"value": "aSDinaTvuI8gbWludGxpZnk="
},
"meta": {
"version": 123,
"flags": {
"isProgram": true,
"isPrivileged": true,
"isUncompressable": true,
"isEphemeral": true,
"isDeleted": true,
"isNew": true,
"isCompressed": true
},
"dataSize": 123,
"seq": "<string>",
"owner": {
"value": "aSDinaTvuI8gbWludGxpZnk="
},
"balance": "<string>",
"nonce": "<string>"
},
"data": {
"data": "aSDinaTvuI8gbWludGxpZnk=",
"compressed": true,
"compressionAlgorithm": "<string>"
},
"versionContext": {
"slot": "<string>",
"blockTimestamp": "2023-11-07T05:31:56Z"
},
"consensusStatus": "CONSENSUS_STATUS_UNSPECIFIED"
}A valid request URL is required to generate request examples{
"address": {
"value": "aSDinaTvuI8gbWludGxpZnk="
},
"meta": {
"version": 123,
"flags": {
"isProgram": true,
"isPrivileged": true,
"isUncompressable": true,
"isEphemeral": true,
"isDeleted": true,
"isNew": true,
"isCompressed": true
},
"dataSize": 123,
"seq": "<string>",
"owner": {
"value": "aSDinaTvuI8gbWludGxpZnk="
},
"balance": "<string>",
"nonce": "<string>"
},
"data": {
"data": "aSDinaTvuI8gbWludGxpZnk=",
"compressed": true,
"compressionAlgorithm": "<string>"
},
"versionContext": {
"slot": "<string>",
"blockTimestamp": "2023-11-07T05:31:56Z"
},
"consensusStatus": "CONSENSUS_STATUS_UNSPECIFIED"
}32-byte public key buffer.
ACCOUNT_VIEW_UNSPECIFIED, ACCOUNT_VIEW_PUBKEY_ONLY, ACCOUNT_VIEW_META_ONLY, ACCOUNT_VIEW_DATA_ONLY, ACCOUNT_VIEW_FULL Request the version for a specific slot number.
Request the version nearest to the provided block timestamp.
Request the version for a specific seq number. Relevant only for GetAccount and GetRawAccount requests.
CONSENSUS_STATUS_UNSPECIFIED, CONSENSUS_STATUS_OBSERVED, CONSENSUS_STATUS_INCLUDED, CONSENSUS_STATUS_FINALIZED, CONSENSUS_STATUS_LOCALLY_EXECUTED, CONSENSUS_STATUS_CLUSTER_EXECUTED A successful response.
Account models a fully decoded account resource.
Pubkey represents a 32-byte public key value.
Show child attributes
AccountMeta captures metadata associated with an account.
Show child attributes
AccountData contains account data payloads.
Show child attributes
VersionContextMetadata captures context for a returned account state.
Show child attributes
ConsensusStatus represents the minimum consensus level a resource has achieved when returned by the service.
CONSENSUS_STATUS_UNSPECIFIED, CONSENSUS_STATUS_OBSERVED, CONSENSUS_STATUS_INCLUDED, CONSENSUS_STATUS_FINALIZED, CONSENSUS_STATUS_LOCALLY_EXECUTED, CONSENSUS_STATUS_CLUSTER_EXECUTED Was this page helpful?