Rune Activity
Returns the transaction and transfer history for a specific Rune.
get
Get activity for a specific rune
Authorizations
Path parameters
identifierstringRequiredExample:
{"value":"UNCOMMONGOODS"}
Query parameters
offsetnumberOptionalDefault:
0
limitnumber Β· min: 25 Β· max: 25OptionalDefault:
25
Responses
200
Rune activity for a specific rune or address
application/json
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
GET /v1/runes/{identifier}/activity HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Accept: */*
{
"offset": 1,
"limit": 1,
"items": [
{
"blockHeight": 1,
"blockTime": "text",
"txid": "text",
"index": 1,
"type": "text",
"amount": "text",
"address": "text"
}
]
}
Last updated