RDTscan APIs
RDTscan APIs
Access blockchain data programmatically with our comprehensive API suite. Get your free API key to start building on RDT Chain.
To use the RDTscan API, you need an API key. Sign up for a free account to get started.
API Endpoints
SDKs
Rate Limits
Webhooks
Categories
Accounts
GET
/api/v1/account/{address}
Get account balance and information
GET
/api/v1/account/{address}/txs
Get transactions for an account
GET
/api/v1/account/{address}/tokens
Get token balances for an account
Example Request
GET
/api/v1/account/0x742d35Cc6634C0532925a3b844Bc9e7595f6f80a
API Key
curl -X GET "https://api.rdtscan.com/api/v1/account/0x1234567890123456789012345678901234567890" \
-H "X-API-KEY: YOUR_API_KEY"
-H "X-API-KEY: YOUR_API_KEY"
Example Response
{ "status": "1", "message": "OK", "result": { "address": "0x1234567890123456789012345678901234567890", "balance": "25480000000000000000", "nonce": 42, "isContract": false } }
API Status
StatusOperational
Response Time45ms
Uptime (30d)99.95%
Quick Links
Need Help?
Join our developer community for support and updates.