Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

unstake_quote

Generate an unstake quote for liquid staking derivative tokens to facilitate conversion back to native tokens, enabling smooth asset management in blockchain operations.

Instructions

Retrieve an unstake quote. Expects a UnstakeQuoteRequestContainer, returns a SwapQuoteRequestContainer.

Input Schema

NameRequiredDescriptionDefault
unstake_quote_requestsYes

Input Schema (JSON Schema)

{ "$defs": { "UnstakeQuoteRequest": { "properties": { "from_wallet": { "description": "The name of the wallet that input_token is in.", "title": "From Wallet", "type": "string" }, "input_amount": { "description": "input amount to swap", "title": "Input Amount", "type": "number" }, "input_token": { "description": "the public mint address of the input liquid staking derivative token to unstake.", "title": "Input Token", "type": "string" }, "output_token": { "default": "So11111111111111111111111111111111111111112", "title": "Output Token", "type": "string" } }, "required": [ "from_wallet", "input_token", "input_amount" ], "title": "UnstakeQuoteRequest", "type": "object" }, "UnstakeQuoteRequestContainer": { "properties": { "unstake_quote_requests": { "items": { "$ref": "#/$defs/UnstakeQuoteRequest" }, "title": "Unstake Quote Requests", "type": "array" } }, "required": [ "unstake_quote_requests" ], "title": "UnstakeQuoteRequestContainer", "type": "object" } }, "properties": { "unstake_quote_requests": { "$ref": "#/$defs/UnstakeQuoteRequestContainer" } }, "required": [ "unstake_quote_requests" ], "title": "unstake_quoteArguments", "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/armorwallet/armor-crypto-mcp'

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