# Kurrency API (v1.0.0) > High-performance, edge-cached Fiat and Crypto currency conversion API. ## Base URLs - `https://api.kurrency.dev` — Production API Server ## Authentication - **JwtAuth** (http bearer) — Provide your JWT session token obtained from `/auth/login` - **ApiKeyAuth** (http bearer) — Provide your API Key as a Bearer token (e.g., `Authorization: Bearer sk_...`) - **ApiKeyQuery** (apiKey, in query) — Alternatively, provide your API Key via the `api_key` query string parameter. ## Rates & Conversion - [`GET /v1/rates`](https://kurrency.cleandocs.dev#get_v1_rates) — Get all current exchange rates - [`GET /v1/convert`](https://kurrency.cleandocs.dev#get_v1_convert) — Convert between two currencies ## Account Management - [`POST /auth/register`](https://kurrency.cleandocs.dev#post_auth_register) — Register a new developer account - [`POST /auth/login`](https://kurrency.cleandocs.dev#post_auth_login) — Login to developer dashboard ## API Keys - [`GET /user/keys`](https://kurrency.cleandocs.dev#get_user_keys) — List your API keys - [`POST /user/keys`](https://kurrency.cleandocs.dev#post_user_keys) — Create a new API key - [`DELETE /user/keys/{id}`](https://kurrency.cleandocs.dev#delete_user_keys__id_) — Revoke an API key ## Optional - [OpenAPI JSON Specification](https://kurrency.cleandocs.dev/openapi.json) - [OpenAPI YAML Specification](https://kurrency.cleandocs.dev/openapi.yaml) - [Full AI Documentation](https://kurrency.cleandocs.dev/llms-full.txt)