get_account_credentials
Get every XLS-70 credential an XRPL account holds — issuer, type, whether it has been accepted, whether it's expired, and its expiry date. Live against a validated mainnet ledger (never stale). Use this before trusting a counterparty who claims to hold a credential. Default walks the owner directory (bounded ~20s; response has coverage "complete"/"partial" — for an exchange-scale account it can be partial). Pass issuer (and credential_type unless it is XRPLHub's issuer) to do a direct ledger lookup instead — always fast and always complete. Params: wallet_address (r..., required), issuer (r..., optional), credential_type (name or hex, optional). Free, no signup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issuer | No | Optional — restrict to one issuer via a direct ledger lookup (no owner-directory walk) | |
| wallet_address | Yes | XRPL classic address to look up (starts with r) | |
| credential_type | No | Optional — credential type (plain name or hex); required with issuer unless the issuer is XRPLHub's |