{"openapi":"3.1.0","info":{"title":"Binance REST API 암호화폐 거래소","description":"Binance REST API는 세계 최대 암호화폐 거래소의 시세 조회, 주문 생성/취소, 계좌 잔고, 거래 내역 조회를 지원합니다. 공개 엔드포인트는 인증 없이 시세 조회 가능하며, HMAC-SHA256 서명 기반 인증으로 주문/출금을 처리합니다.","version":"1.0.0","x-fusepie-id":"binance-rest","x-fusepie-category":"finance","x-fusepie-provider":"Binance"},"servers":[{"url":"https://api.binance.com/api/v3","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_binance_rest","summary":"Binance REST API 암호화폐 거래소","description":"Binance REST API는 세계 최대 암호화폐 거래소의 시세 조회, 주문 생성/취소, 계좌 잔고, 거래 내역 조회를 지원합니다. 공개 엔드포인트는 인증 없이 시세 조회 가능하며, HMAC-SHA256 서명 기반 인증으로 주문/출금을 처리합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"Get your API key from: https://www.binance.com/en/my/settings/api-management"}}},"x-mcp-config":{"mcpServers":{"binance-rest":{"command":"npx","args":["-y","@fusepie/mcp-binance-rest"],"env":{"API_KEY":""}}}}}