uniqueRequestIds how do I obtein/generate
jorge-reyero opened this issue · 5 comments
jorge-reyero commented
Hi,
I've seen the POST /v2/bets/straight
expects a uniqueRequestIds
parameter but I can't find in the documentation how to either generate or obtain that ID, could you clarify this?
Thanks!
pinnacleapi commented
Please check the updated uniqueRequestIds
description in the v3/bets/straight
jorge-reyero commented
Mi question was about the bet creation v2/bets/straight if I understood correctly the uniqueRequestId parameter is not nullable but I don't know how to get it.
pinnacleapi commented
Most modern programming languages supports random generation of UUID
jorge-reyero commented
Oh great, as long as I can generate it is ok. Thanks a lot!!
pinnacleapi commented
You're welcome.