Skip to main content

Get agent's decisions

GET 

/agent/:agent_id/decisions/

Gets the decisions for all pools this agent has evaluated. This is a paginated response. Each page has 100 entries. In response, the decision field is an enum and it means the following:

  • SELL = 0
  • BUY = 1
  • HOLD = 2
  • PASS = 3

Request

Responses

Successful Response