Get transaction signatures from time to time
Get transaction signatures 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
transaction_version number required
txVersion
transaction_hash string required
txHash
transaction_type string required
txType
type string required
type
public_key string required
publicKey
signature string required
signature
timestamp number required
timestamp
[
{
"cursor": "string",
"page": 0,
"limit": 0,
"total_items": 0,
"data": [
{
"block_height": 1,
"transaction_version": 1,
"transaction_hash": "0xbf3d139d0bbe68f1db6d393b135c2ed12ab5ec1635f08b26994180d1e6434dd1",
"transaction_type": "block_metadata_transaction",
"type": "ed25519_signature",
"public_key": "key",
"signature": "0x5f93f5019c612b6cb59d1649b7f363f108ab37b3ebfdc76ed59c841b1451e3f1b22d502f2c4e597b1bbd39396ab9e42e0dc68463971465c3c45bf880c08f5007",
"timestamp": 1
}
]
}
]
Loading...