Skip to main content
GET
/
v0
/
farms
/
{farmAddress}
/
claim-rewards
Claim Farm Rewards
curl --request GET \
  --url https://kamino.dial.to/api/v0/farms/{farmAddress}/claim-rewards
{
  "title": "<string>",
  "description": "<string>",
  "label": "<string>",
  "icon": "<string>",
  "links": {
    "actions": [
      {
        "type": "transaction",
        "href": "<string>",
        "label": "<string>",
        "parameters": [
          {
            "name": "<string>",
            "type": "<string>",
            "label": "<string>"
          }
        ]
      }
    ]
  }
}

Path Parameters

farmAddress
string
default:DEe2NZ5dAXGxC7M8Gs9Esd9wZRPdQzG8jNamXqhL5yku
required

Farm public key

Response

200 - application/json

OK

title
string
required
description
string
required
label
string
required
icon
string
required
I