Account

Get the account

GET/v1/account

Retrieves the account and its key state. The key itself is never returned.

API key · or dashboard session.

Request

Shell
curl -fsS "$API/v1/account" -H "Authorization: Bearer $PAYDAY_API_KEY"

Response

200 OK
{
  "account_id": "acct_0198f80c-6666-7dc1-a369-90556a64f700",
  "email": "ops@acme.example",
  "wallet_address": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
  "key_hint": "…aB3f9Q",
  "generation": 3,
  "created_at": "2026-08-01T09:00:00Z",
  "rotated_at": "2026-09-06T12:00:00Z",
  "previous_key_expires_at": "2026-09-07T12:00:00Z",
  "revoked_at": null
}

Response

account_idacct_ id
emailstring | null
Sign-in mailbox.
wallet_addressstring | null
Account wallet, EIP-55. Default settlement destination.
key_hintstring | null
Last six characters of the active key.
generationinteger
Increments per issuance or rotation.
created_at, rotated_at, revoked_attimestamp | null
previous_key_expires_attimestamp | null
End of the 24-hour rotation grace window.