/v1/sparkline/batch
Batch sparklines for multiple tokens (cached 30s)
Request
https://api.xrpl.to/v1/sparkline/batch?md5s=0dd550278b74cb6690fdae351e8e0df3| Query parameter | Value | Description |
|---|---|---|
| md5s | comma-separated md5 hashes (required, max 100) | |
| period | 24h|7d (default: 7d) | |
| maxPoints | int (default: 50, range 2-500) | |
| vs_currency | XRP|USD (default: XRP) |
curl 'https://api.xrpl.to/v1/sparkline/batch?md5s=0dd550278b74cb6690fdae351e8e0df3'
Response
https://api.xrpl.to/v1/sparkline/batch?md5s=0dd550278b74cb6690fdae351e8e0df3{ "sparklines": { "0dd550278b74cb6690fdae351e8e0df3": [ "0.72028800000000448023", "0.71629646080038600342", "0.71400431995460489354", "0.69708756814030981008", "0.68743201849709090201" ] } }
Long arrays and strings are shortened in the example; Send request for the full answer.
{ sparklines: { <md5>: [price, ...] } }
What it does
Batch sparklines for multiple tokens (cached 30s)