Skip to main content
POST
Send contract transaction (EVM)
EVM uniquement. Nécessite l’en-tête Idempotency-Key.

Autorisations

x-api-key
string
header
requis

En-têtes

Idempotency-Key
string<uuid>
requis

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

Corps

application/json
chain
string
requis

EVM chain slug.

to
string
requis

Target contract address.

data
string
requis

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.

Réponse

Submission accepted

id
string
requis

AFK transaction id for the submitted action.

status
enum<string>
requis

Submission status.

Options disponibles:
SUBMITTED
hash
string | null
requis

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

explorerUrl
string | null
requis

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

chainName
string
requis

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