cURL
curl --request POST \ --url https://raydium.dial.to/api/v0/farm/RAY/unstake \ --header 'Content-Type: application/json' \ --data ' { "type": "transaction", "account": "6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176" } '
{ "type": "<unknown>", "transaction": "<string>" }
Unstake RAY in Raydium Farm product. Either percentage or amount is required.
The percentage of RAY to unstake
0 <= x <= 100
The amount of RAY to unstake. Human readable value, e.g. 0.1 RAY
x >= 0
transaction
The public key of the account that executes the transaction
OK
Was this page helpful?