> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alphapo.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

This API lets merchants automate key AlphaPo operations, such as listing account balances, retrieving supported currencies and exchange rates, generating deposit addresses, making withdrawals, creating payment requests, performing exchanges, and accessing transaction data.

<Columns cols={2}>
  <Card title="Get your API key" icon="badge-check" href="/merchant-administration/generate-and-activate-api-keys">
    Generate the credentials required for authenticated API access.
  </Card>

  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    Learn how to authenticate requests with your API key and signature.
  </Card>

  <Card title="Whitelist IP addresses" icon="list-check" href="/merchant-administration/manage-allowed-ip-addresses-for-api-requests">
    Specify the IP address that will be allowed to make API requests.
  </Card>

  <Card title="Test with Postman" icon="rocket" href="/api-reference/postman-collection">
    Explore and test the API faster with the ready-to-use Postman collection.
  </Card>
</Columns>

## Base URLs

The production API uses the following base URL:

```text theme={null}
https://app.alphapo.net/api/v2
```

A separate sandbox environment is available for testing before going live. To request access, contact the Support team.

## Status page

For real-time service availability and incident updates, visit [https://status.alphapo.net/](https://status.alphapo.net/).
