Skip to main content

TypeScript shape

interface OnEventsCreatedByMakerInput {
  makerAddress: string;
}
makerAddress
String!
required
Wallet address of the maker. Chain-agnostic — events from every chain the wallet trades on are streamed through a single subscription.