Get all the records for an account for any transfers into it and out of it, that were above the threshold, during the last 25 hours.
Field | Type | Description |
---|---|---|
header | QueryHeader | Standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither). |
accountID | AccountID | The account ID for which the records should be retrieved |
Response when the client sends the node CryptoGetAccountRecordsQuery
Field | Type | Description |
---|---|---|
header | ResponseHeader | Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither |
accountID | AccountID | The account that this record is for |
records | TransactionRecord | List of records, each with CryptoRecordBody as their body |