Complete developer resources for integrating with the PepCoin platform. Build powerful applications with our comprehensive API endpoints.
https://api.pepcoin.com
All API requests require authentication using Bearer tokens. Include your access token in the Authorization header:
Authorization: Bearer YOUR_ACCESS_TOKEN
1000 requests per hour
5000 requests per hour
All responses are returned in JSON format:
{
"success": true,
"data": { ... },
"message": "Operation completed successfully",
"timestamp": "2024-01-15T10:30:00Z"
}Invalid request parameters or malformed JSON
Invalid or missing authentication token
Too many requests, please slow down
Internal server error, please try again later