nft-swap-sdk icon indicating copy to clipboard operation
nft-swap-sdk copied to clipboard

Getting the order timestamp

Open koin-marian opened this issue 2 years ago • 2 comments

When fetching orders from the hosted orderbook, it seems there is no information on when a particular order was created. We only have access to the expiry. Will this be addressed in the future? It would be useful to know when a particular offer has been created and not just when it will expire.

koin-marian avatar Aug 29 '22 09:08 koin-marian

Will add order_created field returned by orders query (it already exists in the db, we just aren't returning it right now)

johnrjj avatar Aug 29 '22 15:08 johnrjj

Will add order_created field returned by orders query (it already exists in the db, we just aren't returning it right now)

Thank you, @johnrjj , that would be great!

koin-marian avatar Aug 31 '22 13:08 koin-marian