Create Order Request Body

That’s an error that happens in Go (I think?) when you try to put a number type variable into an object structure that is expecting a string. My guess is you have the price or size or something as a number, which makes sense but is not what Coinbase is expecting. Try converting all numbers to strings in the body and see if that works.

2 Likes