GET /embed/score/{md5}
GET

/v1/embed/score/{md5}

Embeddable token safety-score badge (HTML iframe)

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/embed/score/0dd550278b74cb6690fdae351e8e0df3
Path parameterValueDescription
md5The token's md5 (md5 of issuer_currency)
Query parameterValueDescription
themedark|light
sizefull - include name + check counts
curl 'https://api.xrpl.to/v1/embed/score/0dd550278b74cb6690fdae351e8e0df3'

Response

200Example response4 ms · just now · 0.4 KB · 7 lines
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)

OpenAPI