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

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
default:eth

Response

Tool output (JSON object or array)