Agara
Home

Resolving-soon shelf

Editorial events ending in the next 24 hours, with imminent (<1h) ahead of the 1-24h tail.

GET
/api/v1/home/resolving-soon

Query Parameters

limitinteger

Card count. Default 5, max 10.

Default: 5Minimum: 1Maximum: 10
curl -X GET "https://app.agara.xyz/api/v1/home/resolving-soon?limit=5"

Success

{
  "key": "resolving_soon",
  "title": "string",
  "items": [
    {
      "event_id": "string",
      "slug": "string",
      "title": "string",
      "volume": "string",
      "volume_24h": "string",
      "market_count": 0,
      "primary_category": {
        "slug": "string",
        "label": "string"
      },
      "is_accepting_orders": true,
      "type": "resolving_image",
      "image_url": "string",
      "outcome": {
        "label": "string",
        "short_label": "string",
        "percent": 0,
        "tone": "positive"
      },
      "ends_at": "string"
    }
  ]
}