Skip to main content

State: Account by Username

  • Method: GET
  • URL: https://api.tokportal.com/state-account-by-username?bundle_id=<uuid>&username=<name>&fields=...
  • Auth: X-API-Key

Example:

curl -s -H "X-API-Key: $API_KEY" \
"https://api.tokportal.com/state-account-by-username?bundle_id=$BUNDLE_ID&username=frbrand_av2"

Response:

{ "account": { /* filtered fields */ } }