Maybe this was just a typo in your post but you should use and & to separate query string parameters and not ?.
Correct: /streams?channel=channel1&limit=100
Incorrect: /streams?channel=channel1?limit=100
Maybe this was just a typo in your post but you should use and & to separate query string parameters and not ?.
Correct: /streams?channel=channel1&limit=100
Incorrect: /streams?channel=channel1?limit=100