API Reference
Interactive API documentation and testing
API Configuration
Some endpoints require authentication. Get your API key from the settings page.
Endpoints
GET
/api/auth/meAuthentication RequiredGet current user information
Response
{
"user": {
"id": "string",
"address": "string",
"username": "string",
"level": "number",
"totalXP": "number"
}
}Try It Out
cURL
curl -X GET "https://api.worldnetwork.app/api/auth/me"Rate Limits
1000
Requests per hour
100
Requests per minute
10
Concurrent requests