Reverse-engineered, documented market data private API from Crypto Pro iOS/macOS app.
Public endpoints, no authentication required (just a static timestamp int k
query parameter).
Provides reference data for assets and exchanges.
using System; | |
using System.Text.RegularExpressions; | |
bool ValidateTelegramUsername(string username) | |
=> Regex.IsMatch(username.TrimStart('@'), | |
"^(?=.{4,32}$)(?!.*__)(?!^(telegram|admin|support))[a-z][a-z0-9_]*[a-z0-9]$", | |
RegexOptions.IgnoreCase | RegexOptions.Compiled); | |
Console.WriteLine(ValidateTelegramUsername("Laiteux1")); // True | |
Console.WriteLine(ValidateTelegramUsername("1Laiteux")); // False: Must start with a letter |
using System; | |
using System.Linq; | |
using System.Net.Http; | |
using System.Text.Json; | |
using System.Threading.Tasks; | |
namespace CloudflareDnsCleaner | |
{ | |
// NOTE: Old, idk if it still works or anything | |
public static class Program |
I hereby claim:
To claim this, I am signing this object: