Authentication
Information on how to authenticate to the Step API endpoints
Last updated
Information on how to authenticate to the Step API endpoints
Last updated
You can pass an API key in the query string as shown below:
Alternatively, you can provide the JWT in the Authorization
header of the request:
To obtain a JWT, send a POST request to the /auth/login
endpoint. The request body should contain either an API Key or a Solana wallet with an on-chain subscription. See AuthApiKeyDto
and AuthSignDto
below.
Examples:
/auth/login
No body