GETTING STARTED
RAYDIUM
DRIFT
- Vaults
KAMINO
- Lending
- Liquidity
LULO
- Deposit
- Withdraw
MARGINFI
- Lend
METEORA
- Bonding Curve
- DLMM
ORCA
- Pools
SOLANA
- Token Transfer
Farm
Stake RAY
Stake RAY in Raydium Farm product
GET
/
v0
/
farm
/
RAY
/
stake
Copy
Ask AI
curl --request GET \
--url https://raydium.dial.to/api/v0/farm/RAY/stake
Copy
Ask AI
{
"title": "<string>",
"description": "<string>",
"label": "<string>",
"icon": "<string>",
"links": {
"actions": [
{
"type": "<any>",
"href": "<string>",
"label": "<string>",
"parameters": [
{
"name": "<string>",
"type": "<string>",
"label": "<string>"
}
]
}
]
}
}
Response
200 - application/json
OK
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://raydium.dial.to/api/v0/farm/RAY/stake
Copy
Ask AI
{
"title": "<string>",
"description": "<string>",
"label": "<string>",
"icon": "<string>",
"links": {
"actions": [
{
"type": "<any>",
"href": "<string>",
"label": "<string>",
"parameters": [
{
"name": "<string>",
"type": "<string>",
"label": "<string>"
}
]
}
]
}
}
Assistant
Responses are generated using AI and may contain mistakes.