Kekkai/docs/endpoints/list-endpoints.md

16 lines
893 B
Markdown
Raw Normal View History

2024-11-18 12:58:58 +03:00
## API Base URL
All requests to our API should be directed to the URL below:
```
https://kekkai-api.redume.su/api/
```
## API Endpoints
Kekkai has 3 API endpoints: `getRate`, `getChart` and `configurations`.
Below you will find a list of parameters that each endpoint requires and a description of what the API does.
2024-11-18 12:58:58 +03:00
| Service | API Endpoint | Description |
|--------------|--------------------------------------------------------|--------------------------------------------------------------------|
| Get Rate | `https://kekkai-api.redume.su/api/getRate/` | Get currency exchange rate for a specific day or period |
2024-12-23 12:20:56 +03:00
| Create Chart | `https://kekkai-api.redume.su/api/getChart` | Creating a chart with exchange rate |