[v2] Rune Balances (Mempool-Aware)
get
Authorizations
x-api-keystringRequired
Path parameters
addressstring · BitcoinAddress · min: 10RequiredDefault:
bc1q0egjvlcfq77cxd9kvpgppyuxckzvws46e3sxchQuery parameters
runeIdstringOptional
includePricingbooleanOptional
Responses
200
Default Response
application/json
indexerHeightnumberRequired
Last height indexed by the runes indexer
400
Invalid input
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get/v2/runes/address/{address}/balance
GET /v2/runes/address/{address}/balance HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Accept: */*
{
"balances": [
{
"runeId": "text",
"divisibility": 1,
"symbol": "text",
"runeName": "text",
"confirmedBalance": "text",
"availableBalance": "text",
"projectedBalance": "text",
"pendingBalance": {
"incomingAmount": "text",
"outgoingAmount": "text",
"netAmount": "text"
},
"prices": {
"floorPrice": {
"marketplace": "text",
"percentageChange24h": {
"valueInSats": "text",
"valueInUsd": "text"
},
"valueInSats": "text",
"valueInUsd": "text"
},
"lastSalePrice": {
"marketplace": "text",
"valueInSats": "text",
"valueInUsd": "text"
}
},
"volume24h": {
"percentageChange": {
"valueInSats": "text",
"valueInUsd": "text"
},
"valueInSats": "text",
"valueInUsd": "text"
}
}
],
"indexerHeight": 1
}Last updated