Tried to test 3xpl websocket again but still doesn't work for listening to transactions for individual addresses. Might work just watching the mempool though

This commit is contained in:
barelyprofessional
2025-05-06 13:29:15 -05:00
parent f68f094b2a
commit 4fecdbce06
3 changed files with 32 additions and 4 deletions

View File

@@ -30,7 +30,8 @@ public class ThreeXplDataModel
[JsonPropertyName("sort_key")]
public int? SortKey { get; set; }
[JsonPropertyName("time")]
public DateTimeOffset? Time { get; set; }
[JsonConverter(typeof(ThreeXplDateTimeConverter))]
public DateTime Time { get; set; }
[JsonPropertyName("currency")]
public string? Currency { get; set; }
[JsonPropertyName("effect")]