Skip to main content
POST
Send contract transaction (EVM)
EVM のみ。Idempotency-Key ヘッダーが必要です。

承認

x-api-key
string
header
必須

ヘッダー

Idempotency-Key
string<uuid>
必須

Provide a unique Idempotency-Key per user to ensure single submission.

ボディ

application/json
chain
string
必須

EVM chain slug.

to
string
必須

Target contract address.

data
string
必須

Calldata hex string (0x-prefixed).

from
string | null

Optional sender wallet; defaults to user's default wallet for the chain.

value
string | null

Optional native value in wei as a string.

レスポンス

Submission accepted

id
string
必須

AFK transaction id for the submitted action.

status
enum<string>
必須

Submission status.

利用可能なオプション:
SUBMITTED
hash
string | null
必須

On-chain transaction hash/signature (may be null at submission time).

explorerUrl
string | null
必須

Direct link to the transaction on a chain explorer. Null until a hash/signature exists.

chainName
string
必須

Human-readable chain name for display (e.g., Base, Ethereum, Solana).