REST API

Instance-level information for Stork Fast

Authentication

All REST requests must include an Authorization header with the value set as Basic <token> . For example, if your token is gmork123:

curl -X GET 'https://fast.jp.stork-oracle.network/v1/prices/assets' -H "Authorization: Basic gmork123"

Rate Limits

There is currently a universal rate limit of 5 requests/sec.

Need a higher rate limit? Reach out to Stork. [email protected] or Twitter DMs open.

Note

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.

coming soon...

Last updated