Skip to main content
POST
/
api
/
v1
/
login
User login and wallet creation
curl --request POST \
  --url https://api.kryptonfund.com/api/v1/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "idToken": "eyJhbGciOiJSUzI1NiIsImtpZCI6I..."
}
'
{}

Body

application/json
idToken
string
required

Firebase ID token

Example:

"eyJhbGciOiJSUzI1NiIsImtpZCI6I..."

Response

User and wallet info on successful login

The response is of type Response Login Api V1 Login Post · object.