solana_buildTransfer
ActiveTool of aeX402 RPC (Solana + Robinhood Chain)
declared in 0.1.0
Build a SOL or SPL token transfer instruction. Returns instruction JSON (programId, keys, data) for client-side TX construction and signing.
Parameters schema
{
"type": "object",
"required": [
"from",
"to",
"amount"
],
"properties": {
"to": {
"type": "string",
"description": "Recipient address (base58)"
},
"from": {
"type": "string",
"description": "Sender wallet address (base58)"
},
"mint": {
"type": "string",
"description": "SPL token mint address. Omit for native SOL transfer."
},
"amount": {
"type": "number",
"description": "Amount in atomic units (lamports for SOL, smallest unit for SPL)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
aeX402 RPC (Solana + Robinhood Chain)
1/7 registries