💾API & SDK
A programmatic set of tools for interacting with Ostium's smart contract, without a User Interface.
curl -X 'GET' 'https://metadata-backend.ostium.io/PricePublish/latest-prices' -H 'Content-Type: application/json' | jqcurl -X 'GET' 'https://metadata-backend.ostium.io/PricePublish/latest-price?asset=EURUSD' -H 'Content-Type: application/json' | jq
curl "https://metadata-backend.ostium.io/trading-hours/asset-schedule?asset=EURUSD" | jq{
"timezone": "America/New_York",
"openingHours": [
"Mo-Fr 04:00-17:00,18:00-20:00"
],
"nextPublicHoliday": "2025-04-18",
"isOpenNow": false
}Dune Analytics
Python SDK
Installing the SDK
Last updated