Answer the question
In order to leave comments, you need to log in
I received a JSON response and how to get the data I need from it?
Hello.
In Python, I receive JSON data through the request library.
import requests
import json
urlwaves = 'https://matcher.waves.exchange/matcher/orderbook/WAVES/8LQW8f7P5d5PZM7GtZEBgaqRPGSzS3DfPuiXrURJ4AJS/status'
r = requests.get(urlwaves)
r.json()
print(r.json())
Answer the question
In order to leave comments, you need to log in
Remove middle brackets in option 2
if ($_SERVER['REQUEST_URI'] == "url1" || $_SERVER['REQUEST_URI'] == "url2") {}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question