cURL
curl --request GET \ --url https://orca.dial.to/api/v0/pools/positions/{positionAddress}/add-liquidity
{ "title": "<string>", "description": "<string>", "label": "<string>", "icon": "<string>", "links": { "actions": [ { "type": "<any>", "href": "<string>", "label": "<string>", "parameters": [ { "name": "<string>", "type": "<string>", "label": "<string>" } ] } ] } }
Get metadata for adding liquidity into an Orca’s Pool.
The position address
"5tvCtzYWEiB4j3zunXoZmCn6DsviNeibt1MRZrCDXnKH"
OK
The response is of type object.
object
Was this page helpful?