Developer API

Build with XRP Dashboard API

Access real-time XRP prices, whale tracking, technical analysis, and more. Scale your usage with stackable API Developer blocks.

Free

For testing and personal projects

$0forever
Rate Limit10/min
Daily Limit150/day
Get Free API Key
  • Real-time XRP price
  • Basic technical indicators
  • Account balance lookup
  • 24h historical prices
  • WebSocket access
  • Whale alerts stream
  • Extended historical data

Pro (Included)

With Dashboard Pro subscription

$2.99/month
Rate Limit30/min
Daily Limit1,000/day
Get Dashboard Pro
  • Everything in Free
  • All technical indicators
  • WebSocket access
  • Whale alerts stream
  • 90-day historical data
  • Full dashboard features
  • Priority API support
Stackable

API Developer

For production apps. Buy 1-10 blocks.

$9.99/month
1

= 10,000 API calls/day

Rate Limit60/min
Daily Limit10,000/day
  • Everything in Pro
  • 10K calls/day per block
  • 60 req/min burst rate
  • Full historical data (1yr+)
  • Webhook notifications
  • Priority API support
  • Up to 100K/day (10 blocks)

Compare Rate Limits

LimitFreePro (Included)Developer (per block)
Requests per minute103060
Requests per day1501,00010,000 - 100,000
WebSocket connections310
Historical data24 hours90 days1+ year
Priority support
Webhooks

Available Endpoints

RESTful API with consistent JSON responses. All endpoints require authentication via API key.View full documentation

Price Data

GET
/api/xrp/price

Current XRP price and 24h change

GET
/api/xrp/historical-price

Historical price data with configurable range

Technical Analysis

GET
/api/technical-analysis/indicators

RSI, MACD, Bollinger Bands, and more

GET
/api/technical-analysis/signals

Buy/sell signals based on indicators

Whale Tracking

GET
/api/whale/alerts

Recent large XRP transactions

WS
/ws/whale-alerts

Real-time whale movement alerts

Account Data

GET
/api/xrp/account

XRP account balance and info

GET
/api/xrpl/transaction/{hash}

Transaction details by hash

Quick Start

Get started in minutes with our simple REST API

curl
# 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
  }
}

API FAQ

How do I get an API key?

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.

What are stackable blocks?

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.

What happens if I exceed rate limits?

You'll receive a 429 Too Many Requests response with Retry-After headers. Add more blocks to increase your daily limit instantly.

Do I need a Dashboard Pro subscription for the API?

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.

Can I pay with XRP?

Yes! We accept both credit card payments through Stripe and XRP payments via Xaman wallet. Choose your preferred payment method at checkout.

Ready to Build?

Start with our free tier and scale as your application grows.