Copy {
"transactions": [
{
"txid": "text",
"blockHeight": 1,
"blockTime": 1,
"ownActivity": [
{
"address": "text",
"sent": 1,
"received": 1,
"outgoing": 1,
"incoming": 1
}
],
"totalOut": 1,
"totalIn": 1,
"addressList": {
"hasMore": true,
"items": [
{
"address": "text",
"type": "text",
"isInput": true,
"isOutput": true
}
]
},
"runes": {
"ownActivity": {
"items": [
{
"runeId": "text",
"address": "text",
"sent": "text",
"received": "text",
"outgoing": "text",
"incoming": "text"
}
],
"hasMore": true
},
"allActivity": {
"items": [
{
"runeId": "text",
"outgoing": "text",
"incoming": "text",
"isMint": true,
"isEtch": true,
"isBurn": true
}
],
"hasMore": true
}
},
"inscriptions": {
"items": [
{
"inscriptionId": "text",
"contentType": "text",
"address": "text",
"sent": true,
"received": true,
"inscribed": true,
"burned": true
}
],
"hasMore": true
}
}
],
"offset": 1,
"limit": 1
}