Files
stacks-blockchain-api/docs/api/address/get-address-nft-events.example.json
2021-03-18 10:21:07 +01:00

14 lines
256 B
JSON

{
"limit": 20,
"offset": 0,
"total": 1,
"nft_events": [
{
"sender": "none",
"recipient": "ST1HB64MAJ1MBV4CQ80GF01DZS4T1DSMX20ADCRA4",
"asset_identifier": "some-asset",
"value": { "hex": "0x00", "repr": "0" }
}
]
}