curl -X POST https://secureapi.gridlog.io/api/v1/staking/stake \ -H "Authorization: Bearer YOUR_JWT_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "chain": "solana", "planId": "123e4567-e89b-12d3-a456-426614174000", "amount": "100.0", "fromPrivateKey": "YOUR_PRIVATE_KEY", "validator": "VALIDATOR_ADDRESS" }'
{ "id": "stake_123e4567...", "planId": "123e4567...", "chain": "solana", "amount": "100.0", "status": "active", "lockedUntil": "2025-04-21T10:00:00.000Z", "createdAt": "2025-03-21T10:00:00.000Z" }
Stake tokens in a staking plan to earn yield
solana
minAmount
maxAmount
active
unstaking
withdrawn