Pre-release documentation. Content subject to change, or may be inaccurate.
A valid request URL is required to generate request examples{
"accounts": [
{
"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"
}
],
"page": {
"nextPageToken": "<string>",
"totalSize": "<string>"
}
}A valid request URL is required to generate request examples{
"accounts": [
{
"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"
}
],
"page": {
"nextPageToken": "<string>",
"totalSize": "<string>"
}
}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.
CEL expression applied server-side. Empty expressions are treated as no-op.
Maximum number of items to return in a single response.
Token identifying the position to resume from.
Optional ordering specification in "field [asc|desc]" form.
CONSENSUS_STATUS_UNSPECIFIED, CONSENSUS_STATUS_OBSERVED, CONSENSUS_STATUS_INCLUDED, CONSENSUS_STATUS_FINALIZED, CONSENSUS_STATUS_LOCALLY_EXECUTED, CONSENSUS_STATUS_CLUSTER_EXECUTED Was this page helpful?