Authenticate user
POST/auth
Authenticate user using signed data standard EIP-191.
Request
Query Parameters
apiKey stringrequired
Your Public API key.
- application/json
 
Body
required
hash string
signature string
ownerAddress string
smartWalletAddress string
Responses
- 201
 - 400
 - 403
 
Created
- application/json
 
- Schema
 - Example (from schema)
 
Schema
jwt string
{
  "jwt": "string"
}
Bad Request
- application/json
 
- Schema
 - Example (from schema)
 
Schema
statusCode integer
errorMessage string
path string
{
  "statusCode": 0,
  "errorMessage": "string",
  "path": "string"
}
Forbidden
- application/json
 
- Schema
 - Example (from schema)
 
Schema
statusCode integer
errorMessage string
path string
{
  "statusCode": 0,
  "errorMessage": "string",
  "path": "string"
}
Loading...