99.9%
Uptime
<400ms
Response Time
∞
Scalability
Quick Start
Get started with RealmWalkers API in minutes
Base URL
https://api.realmwalkers.xyzAuthentication
All requests require an API key in the header:
X-API-Key: your_api_key_herePricing
Simple, transparent pricing:
0.00001 RON
per request
Rate Limits
Generous limits for all users:
1000
requests per minute
NFT API Endpoints
Retrieve NFT data and wallet collections from the Ronin network with lightning-fast performance
GET /nft/get-nftsNFT
Retrieve all NFTs from a specific contract for a wallet address
ERC-721
ERC-1155
Parameters:
walletAddress
Required
Ronin address (No RNS)
contractAddress
Required
NFT contract address
contractType
Required
721 or 1155
Example Response:
{
"success": true,
"data": {
"contractAddress": "0x...",
"walletAddress": "0x...",
"contractType": "ERC721",
"nftCount": 5,
"nfts": [
{
"tokenId": "123",
"metadata": {
"name": "Axie #123",
"image": "https://...",
"attributes": [...]
}
}
]
}
}GET /nft/get-wallet-collectionsNFT
Get all NFT collections owned by a wallet address
Collections
Analytics
Parameters:
walletAddress
Required
Ronin address (No RNS) to analyze
Example Response:
{
"success": true,
"data": {
"numberOfCollections": 3,
"numberOfNFTs": 15,
"collections": [
{
"contractAddress": "0x...",
"contractType": "ERC721",
"nftCount": 5,
"collectionName": "Axie Infinity"
}
]
}
}Lightning Fast
Optimized infrastructure for sub-100ms response times on all endpoints
Secure & Reliable
99.9% uptime guarantee with enterprise-grade security and monitoring
Real-time Analytics
Comprehensive usage tracking and insights with transparent billing
Pay-as-you-go
No subscriptions, no hidden fees. Pay only for what you use
Developer First
Built by developers, for developers. Comprehensive docs and examples
Ronin Native
Purpose-built for the Ronin ecosystem with deep integration