get-lockups
Retrieve detailed token lockup information for a specific wallet address on the Osmosis blockchain using this tool from the Osmosis MCP Server.
Instructions
Returns token lockup information for an address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
owner | Yes | The owner address |
Input Schema (JSON Schema)
{
"properties": {
"owner": {
"description": "The owner address",
"type": "string"
}
},
"required": [
"owner"
],
"type": "object"
}