> For a complete page index, fetch https://docs.transak.com/llms.txt

# Getting Started

Transak's Public APIs are available without user authentication and cover core lookup and order management operations. Use these endpoints to integrate country/currency discovery, widget URL generation, order tracking, and wallet address verification.

# End Points

| Environment | Base URL                                                   |
| ----------- | ---------------------------------------------------------- |
| Staging     | [https://api-stg.transak.com](https://api-stg.transak.com) |
| Production  | [https://api.transak.com](https://api.transak.com)         |

## Quick Navigation

* [Get Orders](/api/public/get-orders) — Fetch a list of orders for your integration.
* [Get Order by ID](/api/public/get-order-by-order-id) — Retrieve full details of a specific order.
* [Get Webhooks](/api/public/get-webhooks) — Fetch the list of webhooks configured for your integration.
* [Refresh Access Token](/api/public/refresh-access-token) — Refresh an expired partner access token.
* [Create Widget URL](/api/public/create-widget-url) — Generate a widget URL with pre-filled parameters.
* [Get Countries](/api/public/get-countries) — Fetch the list of supported countries.
* [Get Crypto Currencies](/api/public/get-crypto-currencies) — Fetch supported cryptocurrencies and networks.
* [Get Fiat Currencies](/api/public/get-fiat-currencies) — Fetch supported fiat currencies.
* [Get Price](/api/public/get-price) — Get the current price for a fiat-to-crypto or crypto-to-fiat conversion.
* [Verify Wallet Address](/api/public/verify-wallet-address) — Validate a wallet address for a given cryptocurrency and network.