> ## 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.

# Contracts send

title: 'Вызов контракта (EVM)'
description: 'Отправьте универсальную транзакцию контракта EVM с данными и необязательным значением.'
openapi: 'POST /contracts/send'
-------------------------------

<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>
