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