Files
stacks-blockchain-api/docs/api/address/get-address-stx-inbound.example.json
2021-02-15 15:20:40 +01:00

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
}
]
}