pinnacleapi/pinnacleapi-documentation

uniqueRequestIds how do I obtein/generate

jorge-reyero opened this issue · 5 comments

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!

Please check the updated uniqueRequestIds description in the v3/bets/straight

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.

Most modern programming languages supports random generation of UUID

Oh great, as long as I can generate it is ok. Thanks a lot!!

You're welcome.