/v1/embed/score/{md5}
Embeddable token safety-score badge (HTML iframe)
Request
https://api.xrpl.to/v1/embed/score/0dd550278b74cb6690fdae351e8e0df3| Path parameter | Value | Description |
|---|---|---|
| md5 | The token's md5 (md5 of issuer_currency) |
| Query parameter | Value | Description |
|---|---|---|
| theme | dark|light | |
| size | full - include name + check counts |
curl 'https://api.xrpl.to/v1/embed/score/0dd550278b74cb6690fdae351e8e0df3'
Response
https://api.xrpl.to/v1/embed/score/0dd550278b74cb6690fdae351e8e0df3<!DOCTYPE html> <html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"> <title>XRPL.to Safety Score</title> <style> *{margin:0;padding:0;box-sizing:border-box} body{background:#0d0d0d;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;overflow:hidden} #w{background:#0d0d0d;padding:10px 14px;border-radius:8px;max-width:480px;width…
Long arrays and strings are shortened in the example; Send request for the full answer.
What it does
Embeddable token safety-score badge (HTML iframe)