Skip to content
SwapKit is a powerful suite of tools for building blockchain applications.

PriceRequestSchema

const PriceRequestSchema: ZodObject<{ metadata: ZodBoolean; tokens: ZodArray<ZodObject<{ identifier: ZodString; }, "strip", ZodTypeAny, { identifier: string; }, { identifier: string; }>, "many">; }, "strip", ZodTypeAny, { metadata: boolean; tokens: object[]; }, { metadata: boolean; tokens: object[]; }>

Defined in: packages/helpers/src/api/swapkitApi/types.ts:233