Эндпоинт предназначен для получения курсов
GET
https://alfabit.org/api/exchage.xml
curl --location 'https://alfabit.org/api/exchage.xml'
import requests url = "https://alfabit.org/api/exchage.xml" payload={} headers = {} response = requests.request("GET", url, headers=headers, data=payload)
Last updated 7 months ago