Access real-time XRP prices, whale tracking, technical analysis, and more. Scale your usage with stackable API Developer blocks.
For testing and personal projects
With Dashboard Pro subscription
For production apps. Buy 1-10 blocks.
= 10,000 API calls/day
| Limit | Free | Pro (Included) | Developer (per block) |
|---|---|---|---|
| Requests per minute | 10 | 30 | 60 |
| Requests per day | 150 | 1,000 | 10,000 - 100,000 |
| WebSocket connections | 3 | 10 | |
| Historical data | 24 hours | 90 days | 1+ year |
| Priority support | |||
| Webhooks |
RESTful API with consistent JSON responses. All endpoints require authentication via API key.View full documentation
/api/xrp/priceCurrent XRP price and 24h change
/api/xrp/historical-priceHistorical price data with configurable range
/api/technical-analysis/indicatorsRSI, MACD, Bollinger Bands, and more
/api/technical-analysis/signalsBuy/sell signals based on indicators
/api/whale/alertsRecent large XRP transactions
/ws/whale-alertsReal-time whale movement alerts
/api/xrp/accountXRP account balance and info
/api/xrpl/transaction/{hash}Transaction details by hash
Get started in minutes with our simple REST API
# Get current XRP price
curl -X GET "https://xrpdashboard.com/api/xrp/price" \
-H "X-API-Key: xrp_live_your_api_key_here" \
-H "Content-Type: application/json"
# Response
{
"success": true,
"data": {
"price": 2.34,
"change24h": 5.67,
"volume24h": 1234567890,
"marketCap": 123456789012
}
}Sign up for a free account, then visit your Account Settings to generate an API key. Free accounts get immediate access with 150 calls/day.
Each API Developer block gives you 10,000 API calls per day. Buy 1 block for 10K/day, 3 blocks for 30K/day, or up to 10 blocks for 100K/day. You can adjust the number of blocks from your Stripe billing portal at any time.
You'll receive a 429 Too Many Requests response with Retry-After headers. Add more blocks to increase your daily limit instantly.
No. The Free API tier (150 calls/day) works without any subscription. Dashboard Pro includes 1K calls/day as a bonus. The API Developer tier is a separate subscription you can purchase independently.
Yes! We accept both credit card payments through Stripe and XRP payments via Xaman wallet. Choose your preferred payment method at checkout.
Start with our free tier and scale as your application grows.