RETURNS

ERROR

{
  error: string;
}

SUCCESS

{
 isActive: boolean;
 startTime: string;
 startPrice: string;
}

Last updated