Skip to main content
POST
/
api
/
tools
/
get_wallet_address_profile
get_wallet_address_profile
curl --request POST \
  --url https://pro-api.nikiwa.com/api/tools/get_wallet_address_profile \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "wallet_address": "<string>",
  "network": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
wallet_address
string
required
network
string
required

Response

Tool output (JSON object or array)