GET
/
v0
/
pools
/
{tokenA}
/
{tokenB}
/
open-position
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>"
          }
        ]
      }
    ]
  }
}

Path Parameters

tokenA
string
required

Token A address

Examples:

"So11111111111111111111111111111111111111112"

tokenB
string
required

Token B address

Examples:

"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"

Response

200 - application/json

OK

The response is of type object.