Link to home
Start Free TrialLog in
Avatar of Jason
JasonFlag for Australia

asked on

C# getting data from webpage

I am new to C#.
I am trying to get data from webpage
HTTPS://www.btcmarkets.net.

The table I am looking for is the Exchange Markets Table.

Could anyone help with the code.

If needed it could be pulled to an xml file then displayed in listview on a form.  I want this to be automated updating file at 1 minute intervals

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jason

ASKER

They have an API but I don't understand how to use it yet.
So thought if I could pull this data I can work everything else off it and the transaction CVS file they supply.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
IANAL, but are you Australian, because the site's ToS specifically say that the site is intended for Australian residents.
Avatar of Jason

ASKER

Ok thanks for the advice.
I think i need to learn how to use the api
Avatar of Jason

ASKER

Thx for the advice and help