Adding multiple tags while placing order

diptesh1ce3
From this[1] discussion, I tried to place an order with multiple tags

`tag=[tag_one, tag_two]`, I got this exception while placing this order - "Invalid tags: max allowed tag length is 20"

I know that individual tags don't exceed 20 length but if you combine both tag it exceeds 20 chars. I am not sure how to pass multiple tags via python client, I tried to give so many tags on Kite web and it worked so I am assuming there is some way to make it work for python client.


1. https://kite.trade/forum/discussion/9934/adding-multiple-tags-to-all-instruments-in-an-order
  • diptesh1ce3
    My mistake sorry, I was using uuid4().hex which returns 32-char string not 16.

    Close the topic please.
This discussion has been closed.