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