# Authentication

Monnet APIs support two authentication mechanisms, each aligned with a specific set of endpoints to ensure secure and controlled access:

1. [**Keyed-Hash Message Authentication Codes (HMAC)**](/OoF1XuWTEpPjI0i2ERRO/quick-start/authentication/keyed-hash-message-authentication-codes-hmac.md)\
   This mechanism is used for high-integrity operations that require request-level validation.\
   **Applicable endpoints:**
   * [*Create Payout*](/OoF1XuWTEpPjI0i2ERRO/api-payout/api-reference/create-payout.md)
   * [*Get Payout Status*](/OoF1XuWTEpPjI0i2ERRO/api-payout/api-reference/get-payout-status.md)
   * [*Get Balance*](/OoF1XuWTEpPjI0i2ERRO/api-payout/api-reference/get-balance.md)
   * [*Create Card Pushpayment*](/OoF1XuWTEpPjI0i2ERRO/api-payout/api-reference/create-card-pushpayment-new.md)
2. [**OAuth 2.0 Bearer Token Authorization**](/OoF1XuWTEpPjI0i2ERRO/quick-start/authentication/authorization-protocol-oauth-2.0-bearer-tokensen.md)\
   This standard authorization protocol is used for endpoints that rely on token-based access control.\
   **Applicable endpoints:**

* [*Scanning Account Info*](/OoF1XuWTEpPjI0i2ERRO/api-payout/api-reference/scanning-account-info.md)
* [*Get Account Info*](/OoF1XuWTEpPjI0i2ERRO/api-payout/api-reference/get-account-info.md)

Each endpoint must be called using its corresponding authentication mechanism; otherwise, the request will be rejected.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.monnet.io/OoF1XuWTEpPjI0i2ERRO/quick-start/authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
