POST
/
v0
/
farm
/
RAY
/
stake
curl --request POST \
  --url https://raydium.dial.to/api/v0/farm/RAY/stake \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "<any>",
  "account": "11111111111111111111111111111111"
}'
{
  "type": "<any>",
  "transaction": "<string>"
}

Query Parameters

percentage
integer

The percentage of RAY to stake

Required range: 0 <= x <= 100
amount
number

The amount of RAY to stake. Human readable value, e.g. 0.1 RAY

Required range: x >= 0

Body

application/json

Response

200 - application/json

OK

The response is of type object.