mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-05-29 00:21:58 +08:00
14 lines
256 B
JSON
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" }
|
|
}
|
|
]
|
|
}
|