Endpoints
GET /v1/account/:address/nonce
Returns a JSON payload containing a nonce for the specified address.
Example Response:
POST /v1/account/:address/verifySignature
Receives a JSON payload containing the user's signature of a static message concatenated with a nonce and returns a JWT secret upon successful verification.
Example Request:
Example Response:
GET /metrics
Exposes metrics for monitoring and performance analysis.
Last updated