Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.34 KB | None | 0 0
  1. using Anton;
  2.  
  3. string url = "https://vktestbot2.herokuapp.com/api/v1.0/getBalance/398326677";
  4. var parsed = new WebClient().DownloadString(url);
  5. var balanseek = Balanseek.FromJson(parsed);
  6. foreach (var res in balanseek .Response)
  7.             {
  8.                 var price = res.Balance;
  9.                 Console.WriteLine(balance);
  10.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement