# Base URL

Send production requests to the StarSwap API origin.

~~~text Production API
https://starswap.cc/api
~~~

## Versioned resources

Public developer resources live below `/v1`. For example, the wallet collection is available at:

~~~text Wallet collection
https://starswap.cc/api/v1/wallets
~~~

Use HTTPS and preserve the `/api` prefix when constructing request URLs.

The documentation, [llms.txt](/llms.txt), and [OpenAPI schema](/openapi.json) live on the website origin without `/api`. The `/v2` application uses the same `/api/v1` resources.
