cURL
curl --request GET \ --url https://raydium.dial.to/api/v0/amm/{poolId}/remove-liquidity
{ "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 removing liquidity from Raydium’s AMM.
ID of the Standard AMM pool
"58oQChx4yWmvKdwLLZzBi4ChoCc2fqCUWBkwMihLYQo2"
OK
The response is of type object.
object
Was this page helpful?