You can't just send a complex object to an influxdb. First you need to understand more about influx. Please go and browse the influx docs for the version of influx you are using (1.8 or 2.0).
Once you understand about influx measurements, fields, and tags (or the equivalent in v2.0), and know how you want to structure the database, then look at the help text for the influx node and work out what payload you need to send.
I'm not sure this actually "works" as you would expect... it looks like this would create 3 measurements, with 1 tag/value for each currency. Wouldn't it be better to restructure your payload to be a single measurement, with tags/values for each currency?
Sorry if this is a noob question -- it has been years since I looked at Influxdb, so perhaps there is a distinction here that does not really matter to the app that will be displaying this data.