Skip to main content
Glama

SVM-MCP

by rkmonarch

get-soon-testnet-last-transaction

Retrieve the most recent transaction for a specified address on the SOON testnet using the SVM-MCP server. Fetch transaction details to monitor account activity quickly and accurately.

Instructions

Get the last transaction of an address on the Soon testnet

Input Schema

NameRequiredDescriptionDefault
addressYesThe SOON address to get the last transaction for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "The SOON address to get the last transaction for", "type": "string" } }, "required": [ "address" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rkmonarch/svm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server