DecodeAddr
Decode a Taproot Assets address.
POST
/api/decode-addr
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Description |
---|---|---|
| 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