You're viewing a demo portfolio

Join the waitlist
PRSM

solana_buildTransfer

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

aeX402 RPC (Solana + Robinhood Chain)

1/7 registries
View full server →