Decode Runestone
This endpoint can be used to pass a transaction hex and extract and decode the runestone present in the OP_RETURN
post
Decode a runestone from transaction hex.
Authorizations
x-api-keystringRequired
Body
txstring · min: 1Required
Transaction hex string to decode
Responses
200
Default Response
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
post
/v1/tx/runes/decodeLast updated