Skip to main content
POST
/
v1
/
auth
/
login
/
service
/
challenge
Create service login challenge
curl --request POST \
  --url https://perp-api.phoenix.trade/v1/auth/login/service/challenge \
  --header 'Content-Type: application/json' \
  --data '
{
  "client_id": "string"
}
'
{
  "expires_at": "<string>",
  "key_id": "<string>",
  "message": "<string>",
  "nonce": "<string>"
}

Body

application/json

JSON request payload for v1.auth.issue_service_challenge.

client_id
string
required
key_id
string | null

Response

Challenge issued

expires_at
string
required
key_id
string
required
message
string
required
nonce
string
required