mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-06-14 00:22:42 +08:00
17 lines
431 B
JSON
17 lines
431 B
JSON
{
|
|
"limit": 20,
|
|
"offset": 0,
|
|
"total": 0,
|
|
"results": [
|
|
{
|
|
"sender": "ST1RZG804V6Y0N4XHQD3ZE2GE3XSCV3VHRKMA3GB0",
|
|
"amount": "123456789",
|
|
"memo": "0x00000000000000000000000000000000000000000000000000000000000000000000",
|
|
"block_height": 12345,
|
|
"tx_id": "0x29e25515652dad41ef675bd0670964e3d537b80ec19cf6ca6f1dd65d5bc642c5",
|
|
"transfer_type": "bulk-send",
|
|
"tx_index": 3
|
|
}
|
|
]
|
|
}
|