issue_score_credential
Get a signed, tamper-evident certificate of a wallet's XRPLScore that any counterparty can verify without trusting the holder — the free score isn't provable to a third party, this is. 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) |