एसेट भेजें (EVM + Solana)
EVM और Solana पर POST अनुरोधों से नैटिव एसेट्स और टोकन भेजें.
Documentation Index
Fetch the complete documentation index at: https://docs.afkcrypto.com/llms.txt
Use this file to discover all available pages before exploring further.
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).