Blockchain Indexer API
Addresses
Dune UTxOs by Address and Dune
1min
GET
https://xdg-mainnet.gomaestro-api.org/v0/addresses/{address}/dunes/{dune}
Dogecoin Mainnet
Authentication
api-key
Path Parameters
address
*
dune
*
Query Parameters
count
All Of
object +
order
All Of
object +
from
to
cursor
Responses
200
Requested data
Example
{
"data": [{
"txid": "cd990aa533ffb733934344fafbc07350ba5945a5a50fca3adb9845573a99e545",
"vout": 1,
"satoshis": "100000",
"confirmations": 3597,
"height": 5280972,
"dune_amount": "0.00001000"
}],
"last_updated": {
"block_hash": "e45be2dac59c8b6a2090a6cee4c5c035c6d285b9ca4690fe7d454d9d6ad67a42",
"block_height": 5284569
},
"next_cursor": null
}
data
*
last_updated
*
next_cursor
400
Malformed query parameters
404
Requested entity not found on-chain
500
Internal server error
Updated 08 Dec 2024
Did this page help you?