async listPoolSwaps (id: string, size: number = 30, next?: string): Promise<ApiPagedResponse<PoolSwapData>> {
    return await this.client.requestList('GET', `poolpairs/${id}/swaps`, size, next)
  }