Runes
Last updated
curl -X POST https://mainnet.sandshrew.io/v1/<developer key> \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc":"2.0",
"id":1,
"method":"runes_outpoint",
"params": [
"47cf8cb7433237c361bc29a5b0eaa17f7459d0e8d4eb1aa281aa006004be76a5:1",
"latest"
]
}'{
"id":1,
"result":{
"runes":[{
"rune":{
"id":"840303:3192",
"name":"BITCOINHONEYBADGER",
"spacedName":"BITCOIN•HONEY•BADGER",
"divisibility":9,
"spacers":2112,
"symbol":"B"
},
"balance":"1000000000"
}],
"outpoint":{
"txid":"47cf8cb7433237c361bc29a5b0eaa17f7459d0e8d4eb1aa281aa006004be76a5",
"vout":1
},
"output":{
"value":"546",
"script":"51201ef4bb672ee1bc1014c72f7ead247e5e495a1c35ed61376ce1b68f1e1f99d400"
},
"height":840966,
"txindex":2286
},
"jsonrpc":"2.0"
}