Blockchain Indexer API
Addresses
DRC20 Transfer Inscriptions by Address
1min
GET
https://xdg-mainnet.gomaestro-api.org/v0/addresses/{address}/transfer_inscriptions
Dogecoin Mainnet
Authentication
api-key
Path Parameters
address
*
Query Parameters
ticker
count
All Of
object +
order
All Of
object +
cursor
Responses
200
Requested data
Example
{
"data": [{
"ticker": "TUAH",
"inscription_id": "f02da3d6bebab13d5d604be1ed73d9a9c677dadf6ca71bc5fff7d99cdead11b0i0",
"token_amount": 1234,
"sat_amount": 5678,
"utxo_txid": "e2283e7c915ef074806136e0002cbc69f5fdd2e9f70f14b0eab48cdcbe867cc1",
"utxo_vout": 0,
"utxo_sat_offset": 0,
"utxo_block_height": 843010,
"utxo_confirmations": 23700
}],
"last_updated": {
"block_hash": "00000000000000000000ec10254178fe52253f40c1fad252e892d9aa22ee8fa7",
"block_height": 866710
},
"next_cursor": "BFRVQUhgfQot2JciKRPVj8lXsEKVJhF6CmHJZGQv6TsHfzKMzsEAAAAA"
}
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?