Skip to main content
POST
Send contract transaction (EVM)
Solo EVM. Requiere encabezado Idempotency-Key.

Autorizaciones

x-api-key
string
header
requerido

Encabezados

Idempotency-Key
string<uuid>
requerido

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

Cuerpo

application/json
chain
string
requerido

EVM chain slug.

to
string
requerido

Target contract address.

data
string
requerido

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.

Respuesta

Submission accepted

id
string
requerido

AFK transaction id for the submitted action.

status
enum<string>
requerido

Submission status.

Opciones disponibles:
SUBMITTED
hash
string | null
requerido

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

explorerUrl
string | null
requerido

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

chainName
string
requerido

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