/v1/funding/my-funding/{fundingId}

Method
GET
Client
USER
Description
자신의 참여 중 펀딩 상세 조회 (ex. 얼마 참여했는지)

Request

Authorization

{ "Bear " : "token" }
JSON
복사

Response

Body

{ "status": 0, "message": "string", "data": { "myFundingId": "string", "fundingId": "string", "price": 0, "status": "INPROGRESS", "createdAt": "2024-11-25T14:21:30.265Z", "updatedAt": "2024-11-25T14:21:30.265Z" } }
JSON
복사