GET
/
token

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

user_address
string
required

User's blockchain address.

Response

200 - application/json
refresh_token
string

New refresh token for the user.

access_token
string

New access token for the user.