Returns the receiving or change address corresponding to the specified index in a JWT format. This functionality is available for UTXO-based currencies only.
Address data in JWT format. The JWT is built in the following format: base64urlEncoding(header).base64urlEncoding(payload).base64urlEncoding(signature) header is an object containing: {"alg": "ES256K, "typ": "JWT"} payload is an object containing: {"address": ..., "derivation_path": ..., "blockchain_name": ...} signature is the header and payload encoded in base64 and signed with the private key of the leaf certificate
No address matches
{- "message": "string",
- "name": "string",
- "status_code": 0
}