Contract Interaction Examples
Example 1: Minting a Leveraged Token (SOL2X)
POST https://api.plx.fi/v1/actions/mint{
"wallet": "B3kPq...x7xA",
"symbol": "SOL2X",
"amount": 25.0,
"signature": "5q9NQhC8bX..."
}{
"status": "success",
"tx_hash": "2WfxZ...kLB7",
"new_balance": 25.0,
"vault_ratio": 2.03
}Example 2: Claiming Rewards Automatically
Example 3: Subscribing to Rebalance Events (WebSocket)
Last updated
