From de9b1d2297e02a71e06f386066c106406a9477f3 Mon Sep 17 00:00:00 2001 From: loit Date: Wed, 30 Jul 2025 23:05:10 -0400 Subject: test using another api --- test.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..80deb5d --- /dev/null +++ b/test.py @@ -0,0 +1,9 @@ +import requests + +url = "https://data.alpaca.markets/v1beta3/crypto/us/quotes?limit=1000&sort=asc" + +headers = {"accept": "application/json"} + +response = requests.get(url, headers=headers) + +print(response.text) \ No newline at end of file -- cgit v1.2.3-70-g09d2