issue_score_credential
Get a certificate of a wallet's XRPLScore, signed by XRPLHub, with the score computed fresh at issuance. A counterparty checks it by asking XRPLHub's verify URL — the signature is an HMAC under a key only XRPLHub holds, so this is XRPLHub's own attestation, not independently verifiable proof, and the buyer need not control the wallet. Two calls: first returns a Xaman payment request (1 XRP or 1 RLUSD, valid 90 days); call again with the same wallet_address + returned uuid after signing to get certId and verifyUrl. Params: wallet_address (r..., required), currency (XRP|RLUSD, default XRP), uuid (2nd call only). No signup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | No | Only for the second call: the payment uuid returned by the first call, after the user has signed in Xaman. | |
| currency | No | Payment currency. Defaults to XRP. | |
| wallet_address | Yes | XRP Ledger wallet address the credential will attest to (starts with r) |