Skip to main content
GET
/
accounts
/
{address}
/
positions
Account positions
curl --request GET \
  --url https://api.counsel.markets/accounts/{address}/positions
{
  "account": "<string>",
  "positions": [
    {
      "market_id": "<string>",
      "question": "<string>",
      "outcome": 123,
      "outcome_label": "<string>",
      "staked_xrp": 123,
      "phase": "<string>"
    }
  ]
}

Path Parameters

address
string
required

XRPL classic address.

Response

Positions

account
string
required
positions
object[]
required