DecodeAddr
Decode a Taproot Assets address.
Last updated
Decode a Taproot Assets address.
Last updated
POST
/api/decode-addr
Headers
Name | Value |
---|---|
Body
Name | Type | Description |
---|---|---|
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.
Content-Type
application/json
Authorization
Bearer <token>
addr
string
The address to decode