API REFERENCE
PRANA API
Interactive API documentation. Explore endpoints, test requests, and integrate with PRANA.
API Configuration
Get your API key from the Settings page. Some endpoints require authentication.
Endpoints
GET
/api/auth/meAuthentication RequiredGet current user information
Response
{
"user": {
"id": "string",
"address": "string",
"username": "string",
"pranBalance": "number",
"treesPlanted": "number"
}
}Try It Out
cURL
curl -X GET "https://api.prana.green/api/auth/me" -H "Authorization: Bearer YOUR_API_KEY"Rate Limits
1,000
Requests per hour
100
Requests per minute
10
Concurrent requests