Get transaction payloads from time to time
Get transaction payloads from time to time
Query Parameters
from_time string required
The start time in seconds or a time string ('YYYY-MM-DD hh:mm:ss')
to_time string required
The end time in seconds or a time string ('YYYY-MM-DD hh:mm:ss')
cursor string
The cursor returned in the previous response (used for getting the next page).
limit number
Number of items returned, default: 20
Responses
- 200
200 Successful
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
cursor string
The cursor returned in the previous response (used for getting the next page)
page number required
Page of results
limit number required
Limit of results
total_items number required
Total returned result items
data object[] required
Array of documents
block_height number required
blockHeight
block_time date-time required
blockTime
timestamp number required
timestamp
transaction_version number required
txVersion
transaction_hash string required
txType
transaction_type string required
txHash
function string required
function
type_arguments string required
typeArguments
arguments string required
arguments
block_hash string required
block_hash
success boolean required
success
type string required
type
vm_status string required
vm_status
[
{
"cursor": "string",
"page": 0,
"limit": 0,
"total_items": 0,
"data": [
{
"block_height": 1,
"block_time": "2023-06-14 14:14:42.380",
"timestamp": 1,
"transaction_version": 1,
"transaction_hash": "block_metadata_transaction",
"transaction_type": "0xbf3d139d0bbe68f1db6d393b135c2ed12ab5ec1635f08b26994180d1e6434dd1",
"function": "function",
"type_arguments": "[\"0x1::aptos_coin::AptosCoin\"]",
"arguments": "string",
"block_hash": "0xb0070eb6c2a8339ee4557f7abf06217d806c1dfa7e48af4ed614ecb06e9f5679",
"success": true,
"type": "entry_function_payload",
"vm_status": "Executed successfully"
}
]
}
]
Loading...