Skip to main content
POST
/
v0
/
lending
/
reserve
/
{market}
/
{reserve}
/
claim-rewards
Market reserve claim rewards operation
curl --request POST \
  --url https://kamino.dial.to/api/v0/lending/reserve/{market}/{reserve}/claim-rewards \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "transaction",
  "account": "6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176"
}'
{
  "type": "<any>",
  "transaction": "<string>",
  "links": {
    "next": {
      "type": "<string>",
      "href": "<string>"
    }
  },
  "dialectExperimental": {
    "reference": "<string>"
  }
}

Path Parameters

market
string
default:DxXdAyU3kCjnyggvHmY5nAwg5cRbbmdyX3npfDMjjMek
required

Market public key

reserve
string
default:Ga4rZytCpq1unD4DbEJ5bkHeUz9g3oh9AAFEi6vSauXp
required

Reserve public key

Body

application/json
type
enum<string>
default:transaction
required
Available options:
transaction
Example:

"transaction"

account
string
default:6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176
required

The public key of the account that executes the transaction

Example:

"6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176"

Response

200 - application/json

OK

type
any
required
transaction
string
required
dialectExperimental
object
I