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

# Token approve

title: 'Одобрить токен (EVM)'
description: 'Одобрите allowance ERC20 для тратящего в сетях EVM через POST.'
openapi: 'POST /token/approve'
------------------------------

<Note>
  Только EVM. Требуется заголовок `Idempotency-Key`.
</Note>

<ResponseExample>
  ```json 200 theme={null}
  { "id": "tx_...", "status": "SUBMITTED", "hash": "0x...", "explorerUrl": "https://basescan.org/tx/0x...", "chainName": "Base" }
  ```
</ResponseExample>
