API Documentation
Complete reference for the Crypto Logo API endpoints, parameters, and responses.
Overview
The Crypto Logo API provides access to high-quality cryptocurrency logos from cryptologos.cc. The API is designed to be simple, reliable, and efficient, making it easy to integrate cryptocurrency logos into your applications.
Base URL
https://logo.recentcoders.xyz/apiAuthentication
The API can be used without authentication, but rate limits are applied. For higher rate limits, you can use an API key by including it in the request headers:
X-API-Key: your_api_keyRate Limiting
Rate limits are applied based on your authentication level:
- Free tier (no API key): 100 requests per hour
- Basic tier (with API key): 1,000 requests per hour
- Premium tier: 10,000 requests per hour
Rate limit information is included in the response headers:
- X-RateLimit-Limit: Maximum number of requests allowed in the current period
- X-RateLimit-Remaining: Number of requests remaining in the current period
- X-RateLimit-Reset: Time when the rate limit will reset (Unix timestamp in milliseconds)