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

Path Parameters

address
string
required

XRPL classic address.

Response

Feed

account
string
required
feed
object[]
required