API
Last updated
Superstate offers APIs for all information about our tokens/funds including Net Asset Value per Share, AUM, total outstanding shares, pricing, and yield.
USTB
1
USCC
2
The full API Spec can be found here: https://api.superstate.com/swagger-ui/.
USTB Daily NAV
USTB Holdings
USCC Daily NAV
USCC Holdings
There are two types of authenticated endpoints:
JWT authenticated endpoints
API key authenticated endpoints
Endpoints authenticated by a JWT can be used by first logging into your Superstate account on the Superstate website. Once you've logged in, you can call that endpoint in Swagger.
We also provide certain endpoints that require an API key to access. To receive an API key for your entity or organization, please contact us.
Once you have your API keypair, you can use our API key request npmjs package to send a request using Typescript/Javascript:
If you prefer to build the request yourself, or are using a different language, the source code and instructions are located here:
Last updated
npm install @superstateinc/api-key-request