Pre-release documentation. Content subject to change, or may be inaccurate.
A valid request URL is required to generate request examples{
"signatures": [
{
"value": "aSDinaTvuI8gbWludGxpZnk="
}
],
"page": {
"nextPageToken": "<string>",
"totalSize": "<string>"
},
"transactions": [
{
"signature": {
"value": "aSDinaTvuI8gbWludGxpZnk="
},
"header": {
"feePayerSignature": {
"value": "aSDinaTvuI8gbWludGxpZnk="
},
"version": 123,
"flags": 123,
"readwriteAccountsCount": 123,
"readonlyAccountsCount": 123,
"instructionDataSize": 123,
"requestedComputeUnits": 123,
"requestedStateUnits": 123,
"requestedMemoryUnits": 123,
"expiryAfter": 123,
"fee": "<string>",
"nonce": "<string>",
"startSlot": "<string>",
"feePayerPubkey": {
"value": "aSDinaTvuI8gbWludGxpZnk="
},
"programPubkey": {
"value": "aSDinaTvuI8gbWludGxpZnk="
}
},
"body": "aSDinaTvuI8gbWludGxpZnk=",
"executionResult": {
"consumedComputeUnits": 123,
"consumedMemoryUnits": 123,
"consumedStateUnits": 123,
"userErrorCode": "<string>",
"vmError": "TRANSACTION_VM_EXECUTE_SUCCESS",
"executionResult": "<string>",
"pagesUsed": 123,
"eventsCount": 123,
"eventsSize": 123,
"readwriteAccounts": [
{
"value": "aSDinaTvuI8gbWludGxpZnk="
}
],
"readonlyAccounts": [
{
"value": "aSDinaTvuI8gbWludGxpZnk="
}
],
"events": [
{
"eventId": "<string>",
"callIdx": 123,
"programIdx": 123,
"program": {
"value": "aSDinaTvuI8gbWludGxpZnk="
},
"payload": "aSDinaTvuI8gbWludGxpZnk="
}
],
"errorProgramAccIdx": 123
},
"slot": "<string>",
"blockOffset": 123
}
]
}A valid request URL is required to generate request examples{
"signatures": [
{
"value": "aSDinaTvuI8gbWludGxpZnk="
}
],
"page": {
"nextPageToken": "<string>",
"totalSize": "<string>"
},
"transactions": [
{
"signature": {
"value": "aSDinaTvuI8gbWludGxpZnk="
},
"header": {
"feePayerSignature": {
"value": "aSDinaTvuI8gbWludGxpZnk="
},
"version": 123,
"flags": 123,
"readwriteAccountsCount": 123,
"readonlyAccountsCount": 123,
"instructionDataSize": 123,
"requestedComputeUnits": 123,
"requestedStateUnits": 123,
"requestedMemoryUnits": 123,
"expiryAfter": 123,
"fee": "<string>",
"nonce": "<string>",
"startSlot": "<string>",
"feePayerPubkey": {
"value": "aSDinaTvuI8gbWludGxpZnk="
},
"programPubkey": {
"value": "aSDinaTvuI8gbWludGxpZnk="
}
},
"body": "aSDinaTvuI8gbWludGxpZnk=",
"executionResult": {
"consumedComputeUnits": 123,
"consumedMemoryUnits": 123,
"consumedStateUnits": 123,
"userErrorCode": "<string>",
"vmError": "TRANSACTION_VM_EXECUTE_SUCCESS",
"executionResult": "<string>",
"pagesUsed": 123,
"eventsCount": 123,
"eventsSize": 123,
"readwriteAccounts": [
{
"value": "aSDinaTvuI8gbWludGxpZnk="
}
],
"readonlyAccounts": [
{
"value": "aSDinaTvuI8gbWludGxpZnk="
}
],
"events": [
{
"eventId": "<string>",
"callIdx": 123,
"programIdx": 123,
"program": {
"value": "aSDinaTvuI8gbWludGxpZnk="
},
"payload": "aSDinaTvuI8gbWludGxpZnk="
}
],
"errorProgramAccIdx": 123
},
"slot": "<string>",
"blockOffset": 123
}
]
}32-byte public key buffer.
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.
CEL expression applied server-side. Empty expressions are treated as no-op.
A successful response.
ListTransactionsForAccountResponse contains transaction data.
The signatures field is provided for backward compatibility. New clients
should use the transactions field which contains full transaction details.
Was this page helpful?