# Fiat2Crypto API (v1.0.0) > Fiat2Crypto API allows you to create and manage cryptocurrency payment intents for your customers. Accept fiat payments and receive cryptocurrency settlements. ## Base URLs - `https://api.fiat2crypto.eu/v1.0` — Production server - `https://sandbox-api.fiat2crypto.eu/v1.0` — Sandbox server ## Authentication - **ApiKeyAuth** (apiKey, in header) — Your API key from the Fiat2Crypto dashboard - **ApiSecretAuth** (apiKey, in header) — Your API secret from the Fiat2Crypto dashboard ## Endpoints - [`GET /`](https://fiat2crypto.cleandocs.dev#get_root) — API Status - [`POST /payment/create`](https://fiat2crypto.cleandocs.dev#post_payment_create) — Create Payment Intent - [`GET /payment/status/{referenceId}`](https://fiat2crypto.cleandocs.dev#get_payment_status__referenceId_) — Get Payment Status - [`GET /payment/list`](https://fiat2crypto.cleandocs.dev#get_payment_list) — List Payments - [`GET /payment-link/status/{paymentLinkId}`](https://fiat2crypto.cleandocs.dev#get_payment_link_status__paymentLinkId_) — Get Payment Link Status - [`GET /currencies`](https://fiat2crypto.cleandocs.dev#get_currencies) — Get Active Currencies - [`GET /networks`](https://fiat2crypto.cleandocs.dev#get_networks) — Get Active Networks - [`GET /commodities`](https://fiat2crypto.cleandocs.dev#get_commodities) — Get Active Commodities - [`GET /conversion-rate/{network}/{commodity}/{fiatCurrency}/{paymentMethod}`](https://fiat2crypto.cleandocs.dev#get_conversion_rate__network___commodity___fiatCurrency___paymentMethod_) — Get Conversion Rate - [`POST /payment/webhook`](https://fiat2crypto.cleandocs.dev#post_payment_webhook) — Receive Payment Webhooks (Your Server) ## Optional - [OpenAPI JSON Specification](https://fiat2crypto.cleandocs.dev/openapi.json) - [OpenAPI YAML Specification](https://fiat2crypto.cleandocs.dev/openapi.yaml) - [Full AI Documentation](https://fiat2crypto.cleandocs.dev/llms-full.txt)