Use the -l (lowercase L) switch to specify the data rate in kilobits per second
e.g.
#Copy all files from ~/myfiles on the remote server to the current dir limited to 200 kilobits / second
scp -i <my key file> -l 200 [email protected]:~/myfiles/* .