# Mint Starter Kit ## Docs - [API Authentication](https://docs.money.orki.io/api-authentication/index.md) - [API Integration](https://docs.money.orki.io/api-integration/index.md): Build your own crypto onramp experience by integrating directly with our REST API. - [Crypto Currencies](https://docs.money.orki.io/api-reference/assets/crypto.md): Retrieve the list of supported cryptocurrencies for a given transaction type (`BUY` or `SELL`). Use this to populate crypto options when fetching quotations or creating transactions. - [Fiat Currencies](https://docs.money.orki.io/api-reference/assets/fiat.md): Retrieve the list of supported fiat currencies for a given transaction type (`BUY` or `SELL`). Use this to populate fiat options when fetching quotations or creating transactions. - [Payment Methods](https://docs.money.orki.io/api-reference/assets/payment-methods.md): Retrieve the list of supported payment methods for a given transaction type (`BUY` or `SELL`) and fiat currency. Use this to determine available payment options before fetching quotations. - [Providers](https://docs.money.orki.io/api-reference/providers/index.md): Retrieve a list of supported on/off-ramp providers along with their metadata (name, identifier, and icon). This is useful for displaying provider options or branding in your app. - [Get Quotations](https://docs.money.orki.io/api-reference/quotes/buy.md): Use this endpoint to fetch real-time crypto quotations based on your selected fiat currency, crypto asset, network, and payment method. It’s typically called before the `POST /api/v1/partner/transactions` endpoint to preview available rates before creating a transaction. - [Create Transaction](https://docs.money.orki.io/api-reference/transactions/create.md): Use this endpoint to initiate a new transaction. The response includes a hosted payment link that the user can follow to complete the transaction. You can track the transaction status via webhooks or by polling the `GET /api/v1/partner/transactions/{transaction_id}` endpoint. - [List Transactions](https://docs.money.orki.io/api-reference/transactions/index.md): This endpoint retrieves a list of transactions associated with the partner’s account. - [Get Transaction](https://docs.money.orki.io/api-reference/transactions/show.md): This endpoint retrieves the details of a specific transaction under the partner’s account. - [First Steps](https://docs.money.orki.io/getting-started/guide.md) - [Product Overview](https://docs.money.orki.io/getting-started/index.md): What we offer - [Support Channels](https://docs.money.orki.io/getting-started/support.md): Description of your new file. - [Widget or API?](https://docs.money.orki.io/integration-guides/index.md): Integration Methods: API vs Widget - [Supported Providers](https://docs.money.orki.io/ramp-providers/index.md) - [Cryptocurrencies](https://docs.money.orki.io/supported-assets/crypto.md) - [Fiatcurrencies](https://docs.money.orki.io/supported-assets/fiat.md) - [Networks](https://docs.money.orki.io/supported-assets/networks.md): Supported Networks - [Payment Methods](https://docs.money.orki.io/supported-assets/payment-methods.md) - [Events](https://docs.money.orki.io/webhooks/events.md): Supported webhook events. - [Webhooks](https://docs.money.orki.io/webhooks/webhooks.md): Receive real-time updates whenever important events occur in your integration. - [Intro](https://docs.money.orki.io/widget-integration/index.md): Choosing widget integration method. - [Query Parameters](https://docs.money.orki.io/widget-integration/supported-query-params.md): Supported onramp and offramp parameters. - [Theming](https://docs.money.orki.io/widget-integration/theming.md): Customising your Widget ## OpenAPI Specs - [openapi](https://docs.money.orki.io/api-reference/openapi.json) - [z](https://docs.money.orki.io/api-reference/z.json)