cURL
curl --request GET \ --url https://dash.betteruseblockchain.com/api/v1/wallet/address/{network}/{publicKey} \ --header 'Authorization: Bearer <token>'
{ "data": { "address": "<string>" } }
Get the wallet address from the public key on the specified blockchain. Supported blockchains: XDC, ETH, BTC, BSC, POL.
Show child attributes