nft-swap-sdk
nft-swap-sdk copied to clipboard
Getting the order timestamp
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.
Will add order_created field returned by orders query (it already exists in the db, we just aren't returning it right now)
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!