check_domain_eligibility
Check whether an XRPL account holds a credential that satisfies a PermissionedDomain (XLS-80d) — the question every domain operator and every would-be participant actually asks before a real transaction. Live against a validated mainnet ledger. Eligibility is OR: any ONE accepted, unexpired credential matching the domain's AcceptedCredentials is enough. Params: wallet_address (r..., required), domain_id (64-hex DomainID, the PermissionedDomain ledger index, required). Free, no signup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_id | Yes | The PermissionedDomain's ledger index — 64 hex characters | |
| wallet_address | Yes | XRPL classic address to check (starts with r) |