{"name":"Kraken API Wrapper","version":"1.0.0","description":"REST API wrapper for Kraken cryptocurrency exchange","authentication":{"enabled":true,"configured":true,"methods":["Header: X-API-Key: <your-api-key>","Header: Authorization: Bearer <your-api-key>"],"publicEndpoints":["/","/health","/status","/api/quotation/*"],"protectedEndpoints":["/api/deposits/*","/api/withdrawals/*","/api/trading/*","/api/orders/*"]},"endpoints":{"health":"/health","status":"/status","deposits":"/api/deposits/*","withdrawals":"/api/withdrawals/*","trading":"/api/trading/*","orders":"/api/orders/*","quotation":"/api/quotation/*"},"documentation":{"deposits":{"GET /api/deposits/methods/:asset":"Get deposit methods for asset","GET /api/deposits/addresses/:asset/:method":"Get deposit addresses","GET /api/deposits/recent":"Get recent deposits","GET /api/deposits/pending":"Get pending deposits","GET /api/deposits/successful":"Get successful deposits","GET /api/deposits/:refid":"Get deposit by reference ID"},"withdrawals":{"GET /api/withdrawals/methods":"Get withdrawal methods","GET /api/withdrawals/addresses":"Get withdrawal addresses","POST /api/withdrawals/info":"Get withdrawal fee information","POST /api/withdrawals/execute":"Execute a withdrawal","GET /api/withdrawals/recent":"Get recent withdrawals","GET /api/withdrawals/pending":"Get pending withdrawals","POST /api/withdrawals/cancel":"Cancel a withdrawal","GET /api/withdrawals/:refid":"Get withdrawal by reference ID","POST /api/withdrawals/check-threshold":"Check withdrawal thresholds","GET /api/withdrawals/thresholds/:asset":"Get thresholds for asset","GET /api/withdrawals/thresholds":"Get all thresholds"},"trading":{"POST /api/trading/market-order":"Create a market order","POST /api/trading/limit-order":"Create a limit order","POST /api/trading/stop-loss-order":"Create a stop-loss order","POST /api/trading/take-profit-order":"Create a take-profit order","POST /api/trading/order":"Create a custom order","DELETE /api/trading/order/:txid":"Cancel an order","DELETE /api/trading/orders/all":"Cancel all orders","POST /api/trading/cancel-all-after":"Cancel all orders after timeout","GET /api/trading/pairs":"Get asset pairs information","GET /api/trading/ticker":"Get ticker information","GET /api/trading/ohlc/:pair":"Get OHLC data","GET /api/trading/orderbook/:pair":"Get order book","GET /api/trading/trades/:pair":"Get recent trades"},"orders":{"GET /api/orders/info":"Get orders info by txids","GET /api/orders/:txid":"Get single order info","GET /api/orders/open":"Get all open orders","GET /api/orders/closed":"Get closed orders","GET /api/orders/status/:txid":"Get order status","POST /api/orders/status/batch":"Get multiple order statuses","GET /api/orders/trades/info":"Get trades information","GET /api/orders/trades/history":"Get trade history","GET /api/orders/positions/open":"Get open positions","GET /api/orders/check-open/:txid":"Check if order is open","GET /api/orders/check-closed/:txid":"Check if order is closed"},"quotation":{"GET /api/quotation/currencies/fiat":"List supported fiat currencies","GET /api/quotation/currencies/crypto":"List supported crypto currencies","GET /api/quotation/quote":"Get market quotation (query params: from, to, amount)","POST /api/quotation/quote":"Get market quotation (JSON body)","GET /api/quotation/convert/:from/:to":"Quick conversion check","GET /api/quotation/pairs":"List all trading pairs","GET /api/quotation/cache/status":"Get cache status","POST /api/quotation/cache/refresh":"Refresh asset pairs cache"}}}