Skip to main content
GET
/
api
/
v1
/
wallet
/
address
/
{network}
/
{publicKey}
cURL
curl --request GET \
  --url https://dash.betteruseblockchain.com/api/v1/wallet/address/{network}/{publicKey} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "address": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

network
string
required
publicKey
string
required

Response

data
object