Harvest

Harvest tokens/rewards (for example, harvest Curve Gauge rewards)

ArgumentDescriptionExample
tokenAddress of token to receivetoken=0x3b175474e8909...
primaryAddressAddress of the smart contract to interact with. For example, Curve GaugeprimaryToken=100000000000

Example

{
    protocol: "curve-gauge",
    action: "harvest",
    args: {
      token: "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
      primaryAddress: "0x182B723a58739a9c974cFDB385ceaDb237453c28"
    },
}

Endpoints

POST /api/v1/shortcuts/bundle (opens in a new tab)

Harvest wstETH from steCRV Gauge

curl -X POST \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer 1e02632d-6feb-4a75-a157-documentation" \
  --data '[
    {
      "protocol": "curve-gauge",
      "action": "harvest",
      "args": {
        "token": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
        "primaryAddress": "0x182B723a58739a9c974cFDB385ceaDb237453c28"
      }
    }
  ]' \
  "https://api.enso.finance/api/v1/shortcuts/bundle?chainId=1&fromAddress=0xd8da6bf26964af9d7eed9e03e53415d37aa96045&routingStrategy=delegate"