cURL
curl --request GET \ --url https://{environment}.pragma.build/node/v1/open_interest/history/{base}/{quote}
[ { "open_interest": 123, "pair": "<string>", "source": "<string>", "timestamp_ms": 1 } ]
Base asset symbol (e.g., BTC)
Quote asset symbol (e.g., USD)
Represents a range of timestamps
Successfully retrieved historical open interest
The response is of type object[].
object[]
Was this page helpful?