curl --request GET \
--url https://raydium.dial.to/api/v0/farm/RAY/stake
{
"title": "Add Liquidity to Raydium",
"description": "Add liquidity to earn fees and rewards",
"label": "Add Liquidity",
"icon": "https://raydium.dial.to/icon.png",
"links": {
"actions": [
{
"type": "<any>",
"href": "/v0/clmm/8sLbNZoA1cfnvMJLPfp98ZLAnFSYCFApfJKMbiXNLwxj/add-liquidity",
"label": "Add Liquidity",
"parameters": [
{
"name": "amount",
"type": "number",
"label": "Amount"
}
]
}
]
}
}
Get metadata for staking RAY.
curl --request GET \
--url https://raydium.dial.to/api/v0/farm/RAY/stake
{
"title": "Add Liquidity to Raydium",
"description": "Add liquidity to earn fees and rewards",
"label": "Add Liquidity",
"icon": "https://raydium.dial.to/icon.png",
"links": {
"actions": [
{
"type": "<any>",
"href": "/v0/clmm/8sLbNZoA1cfnvMJLPfp98ZLAnFSYCFApfJKMbiXNLwxj/add-liquidity",
"label": "Add Liquidity",
"parameters": [
{
"name": "amount",
"type": "number",
"label": "Amount"
}
]
}
]
}
}
OK
The response is of type object
.
Was this page helpful?