Package-level declarations
REST controllers for the Crypto-Trader API.
This package includes authentication endpoints implementing a DPoP-bound access token model with rotating refresh tokens stored as HttpOnly cookies. See AuthController for details and
Types
Link copied to clipboard
REST endpoints for account management.
Link copied to clipboard
Link copied to clipboard
Authentication API endpoints implementing DPoP-bound access tokens and rotating refresh tokens.
Link copied to clipboard
@RestController
@RequestMapping(value = ["/api/console" ] )
Link copied to clipboard
Link copied to clipboard
@RestController
@Profile(value = "!docs" )
@RequestMapping(value = "/api/currency" )
Link copied to clipboard
Link copied to clipboard
Exposes the server's JSON Web Key Set (JWKS).
Link copied to clipboard
Link copied to clipboard
@RestController
@RequestMapping(value = ["/api/trade" ] )
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard