If you are annoyed as much as I am by Binance inability to paste clipboard values into the order boxes, you're welcome. (Please do us all a favor and file a bug report too!)
On a Mac you can simply use an AppleScript to type everything that is on the clipboard for you. The script is this:
try
the clipboard as text
on error
set the clipboard to " "
end try