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

# Send

title: 'Отправить актив (EVM + Solana)'
description: 'Отправляйте нативные активы и токены в EVM и Solana с идемпотентными POST-запросами.'
openapi: 'POST /send'
---------------------

<Note>
  Требуется заголовок `Idempotency-Key`. ERC20 вызывает `transfer()`; SPL может создать ATA при необходимости.
</Note>

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