秋田预测市场 · Discord 审计

用户请求API时间戳升级为毫秒精度

2026-07-15 · Polymarket · 22 条相关讨论

Corp 2026-07-14 23:37:23

<@624575779023355904> why does this endpoint: https://clob.polymarket.com/data/order/ORDER_ID return a field of ``` "created_at": 1700000000``` in epoch seconds? is it possible you guys can make these ms timestamps? We need more precesion.. i think it should be pretty easy to do as well

<@624575779023355904> why does this endpoint: https://clob.polymarket.com/data/order/ORDER_ID return a field of ``` "created_at": 1700000000``` in epoch seconds? is it possible you guys can make these ms timestamps? We need more precesion.. i think it should be pretty easy to do as well

Corp 2026-07-14 23:37:55

from docs: https://docs.polymarket.com/api-reference/trade/get-single-order-by-id

from docs: https://docs.polymarket.com/api-reference/trade/get-single-order-by-id

Corp 2026-07-14 23:38:13

is this something you guys can do please?

is this something you guys can do please?

The Dude 2026-07-14 23:47:02

why do you need that?

why do you need that?

Corp 2026-07-14 23:47:56

just better for data/logging purposes

just better for data/logging purposes

Corp 2026-07-14 23:48:12

but they show as the same thing

but they show as the same thing

The Dude 2026-07-14 23:50:07

i mean you can log/store it yourself as well

i mean you can log/store it yourself as well

The Dude 2026-07-14 23:50:12

never seen anybody complain about this

never seen anybody complain about this

Corp 2026-07-14 23:50:32

I do log it myself

I do log it myself

suhail 2026-07-15 00:37:13

can look into it

can look into it

Corp 2026-07-15 00:39:39

thank you, would be nice to have ms precision, it should just be quick "fix"

thank you, would be nice to have ms precision, it should just be quick "fix"

egolo 2026-07-15 00:44:21

If considered, please make this a separate field for migration purposes. People may use the timestamps to cancel older orders (definitely not me though)

If considered, please make this a separate field for migration purposes. People may use the timestamps to cancel older orders (definitely not me though)

suhail 2026-07-15 00:44:29

yeah of course

yeah of course

suhail 2026-07-15 00:44:40

just looking into the best way we can surface it - definitely don't want any breaking changes

just looking into the best way we can surface it - definitely don't want any breaking changes

Corp 2026-07-15 00:45:33

im not saying change timestamp, just add 3 more sig figs of accuracy to them yk

im not saying change timestamp, just add 3 more sig figs of accuracy to them yk

egolo 2026-07-15 00:46:10

int->float is a breaking change too

int->float is a breaking change too

Corp 2026-07-15 00:46:50

ah alright, but doesnt even need to be float, can still stay int just 13 long instead of 10

ah alright, but doesnt even need to be float, can still stay int just 13 long instead of 10

egolo 2026-07-15 00:47:09

that's a breaking change too

that's a breaking change too

Corp 2026-07-15 00:47:16

oh really

oh really

egolo 2026-07-15 00:47:36

Yeah, arguably even more nasty since the program wont automatically catch it by throwing a parsing error

Yeah, arguably even more nasty since the program wont automatically catch it by throwing a parsing error

Corp 2026-07-15 00:47:46

true lol i get u

true lol i get u

Corp 2026-07-15 00:48:23

but ye anyways, idc how its added, i just would like more precision.having seconds is horrible.. like thats insanely bad accuracy in this realm

but ye anyways, idc how its added, i just would like more precision.having seconds is horrible.. like thats insanely bad accuracy in this realm