POST
/
auth
curl --request POST \
  --url https://api.gateway.tech/auth \
  --header 'Content-Type: application/json' \
  --data '{
  "message": "<string>",
  "signature": "<string>",
  "wallet_address": "<string>"
}'
{
  "token": "<string>"
}

Body

application/json
model.AuthRequest
message
string
required
signature
string
required
wallet_address
string
required

Response

200 - application/json
OK
token
string
required