marketsurge-client 0.2.0

Unofficial HTTP client library for the MarketSurge platform
1
2
3
4
5
6
7
8
9
10
11
12
{
  "data": {
    "watchlists": [
      {
        "id": "12345",
        "name": "My Watchlist",
        "lastModifiedDateUtc": "2025-01-01T00:00:00Z",
        "description": "Test watchlist"
      }
    ]
  }
}