Runes
Runes Address
curl -X POST https://mainnet.sandshrew.io/v1/<developer key> \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc":"2.0",
"id":1,
"method":"runes_address",
"params":[
"bc1pwpd3dfvvsy2gcdc6du27wkzwl86pp50arycwzrh3r28a5g46fjfsluvsr9",
"850100"
]
}'
Runes Outpoint
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"
]
}'
Last updated