Login
Rainbow-APIs is based on JWT. In order to use the open APIs, login APIs provide us entries to get the JWT.
Last updated
Rainbow-APIs is based on JWT. In order to use the open APIs, login APIs provide us entries to get the JWT.
Last updated
Login actions provide users the entries to call the open APIs including Metadata, Mints, Contract, Files.
APP login
API helps users to get the JWT according to app_id
and app_secret
. JWT can be used to access other open APIs.
app_id
The id of the app
body
string
app_secret
The secret of the app
body
string
Refresh JWT
API helps users to get a new JWT of the specified app.
Authorization
Bearer Token
Header
string