{ "aid": "cryptlex.com:main-v3", "name": "Cryptlex Web API", "type": "Index", "description": "The Cryptlex Web API provides programmatic access to our services and adheres to the RESTful design principles. We strive for clear communication and ease of use for both experienced and novice developers.\n\nThe key features of the Web API are:\n1. All requests must be made over HTTPS for secure communication.\n2. All URLs are resource-oriented to help with navigating the API in a predictable manner.\n3. Responses consistently use JSON format, even for error messages.\n4. Standard HTTP status codes indicate success or failure, and detailed error messages help identify and resolve issues.\n\n# Versioning\nAll API requests are versioned using the major version prefixed by a 'v' in the URL e.g. v1, v2, v3. The latest supported version is v3 (3.x.x).\n\nWe follow Semantic Versioning. Given a version number `MAJOR.MINOR.PATCH`, the version is incremented in the following manner:\n\n* MAJOR version when we make incompatible/breaking API changes,\n* MINOR version when we add functionality in a backward-compatible manner, and\n* PATCH version when we make backward-compatible bug fixes.\n\nWhen we introduce breaking changes to the API, we will release a new versioned URL endpoint. You can refer to our [changelog](https://docs.cryptlex.com/changelog/web-api) for changes made till date.\n\n# Errors\nThe API uses standard HTTP status codes to indicate the success or failure of the API call. All errors contain 4xx or 5xx status codes in the reponse header. The body of the response will contain the error message in the following format:\n```\n{\n \"message\" : \"Email address is already taken!\",\n \"code\" : \"DUPLICATE_FIELD_VALUE\" // conditional\n}\n```\n# Rate Limiting\nA single IP address can make a maximum burst of 50 requests per 5 second window, regardless of authentication. If we observe patterns of abuse, the IP address may be temporarily or permanently blacklisted.\n\nRate limit status can be checked in the returned HTTP headers of any API request:\n\n| Header | Description |\n| -----------------------|---------------|\n| X-Rate-Limit-Limit | The the rate limit period (eg. 1m, 12h, 1d). |\n| X-Rate-Limit-Remaining | The number of requests remaining in the current rate limit window.|\n| X-Rate-Limit-Reset | The UTC date time when the limits reset. |", "url": "https://raw.githubusercontent.com/jentic/jentic-public-apis/refs/heads/main/apis/openapi/cryptlex.com/main/v3/apis.json", "tags": [ "cryptlex.com", "main" ], "created": "2026-04-09", "modified": "2026-04-09", "specificationVersion": "0.19", "access": "3rd-Party", "maintainers": [ { "FN": "Jentic", "X-github": "jentic", "url": "https://github.com/jentic" } ], "apis": [ { "aid": "cryptlex.com:main-v3", "name": "Cryptlex Web API", "description": "The Cryptlex Web API provides programmatic access to our services and adheres to the RESTful design principles. We strive for clear communication and ease of use for both experienced and novice developers.\n\nThe key features of the Web API are:\n1. All requests must be made over HTTPS for secure communication.\n2. All URLs are resource-oriented to help with navigating the API in a predictable manner.\n3. Responses consistently use JSON format, even for error messages.\n4. Standard HTTP status codes indicate success or failure, and detailed error messages help identify and resolve issues.\n\n# Versioning\nAll API requests are versioned using the major version prefixed by a 'v' in the URL e.g. v1, v2, v3. The latest supported version is v3 (3.x.x).\n\nWe follow Semantic Versioning. Given a version number `MAJOR.MINOR.PATCH`, the version is incremented in the following manner:\n\n* MAJOR version when we make incompatible/breaking API changes,\n* MINOR version when we add functionality in a backward-compatible manner, and\n* PATCH version when we make backward-compatible bug fixes.\n\nWhen we introduce breaking changes to the API, we will release a new versioned URL endpoint. You can refer to our [changelog](https://docs.cryptlex.com/changelog/web-api) for changes made till date.\n\n# Errors\nThe API uses standard HTTP status codes to indicate the success or failure of the API call. All errors contain 4xx or 5xx status codes in the reponse header. The body of the response will contain the error message in the following format:\n```\n{\n \"message\" : \"Email address is already taken!\",\n \"code\" : \"DUPLICATE_FIELD_VALUE\" // conditional\n}\n```\n# Rate Limiting\nA single IP address can make a maximum burst of 50 requests per 5 second window, regardless of authentication. If we observe patterns of abuse, the IP address may be temporarily or permanently blacklisted.\n\nRate limit status can be checked in the returned HTTP headers of any API request:\n\n| Header | Description |\n| -----------------------|---------------|\n| X-Rate-Limit-Limit | The the rate limit period (eg. 1m, 12h, 1d). |\n| X-Rate-Limit-Remaining | The number of requests remaining in the current rate limit window.|\n| X-Rate-Limit-Reset | The UTC date time when the limits reset. |", "image": "", "baseURL": "https://api.cryptlex.com", "humanURL": "https://github.com/jentic/jentic-public-apis/tree/main/apis/openapi/cryptlex.com/main/v3", "version": "v3", "tags": [ "cryptlex.com", "main" ], "properties": [ { "type": "OpenAPI", "name": "OpenAPI definition", "url": "https://raw.githubusercontent.com/jentic/jentic-public-apis/refs/heads/main/apis/openapi/cryptlex.com/main/v3/openapi.json", "mediaType": "application/openapi+json" }, { "type": "GitHubRepo", "url": "https://github.com/jentic/jentic-public-apis/tree/main/apis/openapi/cryptlex.com/main/v3" } ], "contact": [ { "FN": "support@cryptlex.com", "email": "support@cryptlex.com" } ] } ] }