Authorization Headers
Last updated
Last updated
Each request to bloXroute's Serum API will need an auth header. Each request to the API should include an Authorization header.
If you're an existing bloXroute customer, you can use the same authorization header as you would use for any other Cloud API offering from bloXroute.
If you are not a bloXroute customer, you can create an account and you can find your header from our account portal.
You should include the authorization header upon establishing any connection with the Trader API.
By default, you can set the environment variable AUTH_HEADER
to have our client SDKs automatically load the value for connections you make to the Trader API. You can also specify this manually ββ consult each SDK's documentation for more details.