Verify a user's signature and consume the nonce embedded in the signed message.
Verify a user's signature and consume the nonce embedded in the signed message.
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
curl -X POST "https://example.com/auth/ethereum" \ -H "Content-Type: application/json" \ -d '{ "message": "string", "signature": "string" }'{ "accessToken": "string"}