peter
2 months agoCato Employee
A simple example in Python
import json
import ssl
import urllib.parse
import urllib.request
headers = {
"x-api-key": MY_API_KEY,
"Content-Type": "application/json"
}
body = {
"operationName": "accountSnapshot",
...