{ "info": { "_postman_id": "d71bc6fa-2d0e-4afc-b15e-7a33e12d3b38", "name": "지갑", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "40701166" }, "item": [ { "name": "잔액 조회", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/wallet", "host": [ "{{baseUrl}}" ], "path": [ "api", "wallet" ] }, "description": "내 지갑 잔액 정보를 조회합니다." }, "response": [] }, { "name": "거래 내역 조회", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/wallet/transactions?page=1&perPage=20", "host": [ "{{baseUrl}}" ], "path": [ "api", "wallet", "transactions" ], "query": [ { "key": "page", "value": "1", "description": "페이지 번호 (기본값: 1)" }, { "key": "perPage", "value": "20", "description": "페이지 크기 (기본값: 20)" }, { "key": "type", "value": "", "disabled": true, "description": "거래 유형 필터 (WalletTransactionType enum)" } ] }, "description": "지갑 거래 내역을 조회합니다. 거래 유형별 필터링 및 페이지네이션 지원." }, "response": [] } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{accessToken}}", "type": "string" } ] }, "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "packages": {}, "requests": {}, "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "packages": {}, "requests": {}, "exec": [ "" ] } } ] }