إرسال أصل (EVM + Solana)
أرسل الأصول والرموز على EVM وSolana عبر طلبات POST ذات اللاتغيّر.
Idempotency-Key. ERC20 يستدعي transfer()؛ SPL قد ينشئ ATA عند الحاجة.التفويضات
الترويسات
Provide a unique Idempotency-Key per user to ensure single submission.
الجسم
Chain slug (e.g., base, base-sepolia, solana-devnet).
Recipient wallet address (owner for token transfers).
Asset type to send.
native, erc20, spl Amount in base units (wei/lamports/token units).
Optional sender wallet; defaults to user's default wallet for the chain.
Token address (EVM) or mint (Solana) when sending tokens.
الاستجابة
Submission accepted
AFK transaction id for the submitted action.
Submission status.
SUBMITTED On-chain transaction hash/signature (may be null at submission time).
Direct link to the transaction on a chain explorer. Null until a hash/signature exists.
Human-readable chain name for display (e.g., Base, Ethereum, Solana).