REST API
Last updated
Last updated
Real-Time and historical Data API for Stork signed data.
All REST requests must include an Authorization
header with the value set as Basic <token>
. For example if your token is gmork123
:
There is currently a universal rate limit of 5 requests/sec.
This tool is meant to illustrate the structure of REST api responses, but unfortunately due to third party limitations, some loss of precision on large numbers may be experienced in the browser. If you wish to test the verifiability of Stork prices from the REST api, we recommend using CURL to view the raw response.
Get OHLC price data for a specific asset within a time range.
Start timestamp (Unix seconds)
Start timestamp (Unix seconds)
Time resolution in minutes, or 1 day, 1 week, or 1 month.
A unique identifier for an asset.
BTCUSD
successful operation
No content
Get signed implied volatility data for a specific option.
Asset symbol (e.g. BTCUSD)
Option expiry date in YYYY-MM-DD format
Strike price in USD
Option type (PUT or CALL)
Aggregated implied volatility data with signatures
Get signed underlying future price data for a specific option.
Asset symbol (e.g. BTCUSD)
Option expiry date in YYYY-MM-DD format
Strike price in USD
Option type (PUT or CALL)
Response containing signed underlying future price data