cURL
curl --request GET \ --url https://orca.dial.to/api/v0/pools/{tokenA}/{tokenB}/open-position
{ "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 opening a position in an Orca’s Pool.
Token A address
Token B address
OK
The response is of type object.
object
Was this page helpful?