DecodeAddr
Decode a Taproot Assets address.
POST
/api/decode-addr
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
addr
string
The address to decode
Request
Response
Some of the response fields are encoded as base64 since the type of fields is []byte, which should be decoded to hex string before usage.
If a field is empty it will not show in the response message, e.g. the 'group_key' in the above.
Last updated