get_farm_positions
Retrieve farming positions and staking rewards for any Solana wallet address, including staked LP tokens and claimable rewards.
Instructions
Get all farming positions and staking rewards for a wallet. Shows staked LP tokens and claimable rewards.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
wallet | Yes | Solana wallet address |
Input Schema (JSON Schema)
{
"properties": {
"wallet": {
"description": "Solana wallet address",
"type": "string"
}
},
"required": [
"wallet"
],
"type": "object"
}