Skip to content

Variable: dropsRewardClaimSchema ​

ts
const dropsRewardClaimSchema: ZodObject<{
  campaignId: ZodString;
  categoryId: ZodString;
  categoryName: ZodString;
  channelId: ZodString;
  claimedDate: ZodString;
  claimId: ZodString;
  fulfillmentState: ZodCustom<FulfillmentState, FulfillmentState>;
  rewardId: ZodString;
  updatedDate: ZodString;
}, $loose>;

Defined in: src/types/drops.ts:16

GET /open/v1/drops/reward-claims 의 data[] 항목

공식 OPEN API만 지원 — 비공식 엔드포인트 0건