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