openapi icon indicating copy to clipboard operation
openapi copied to clipboard

/health/clock, /ipfs/pin/list reports timestamp in ms instead of unix timestamp

Open slowbackspace opened this issue 1 year ago • 0 comments

https://docs.blockfrost.io/#tag/Health/paths/~1health~1clock/get

docs says the endpoint returns unix ts, but it does not.

{
  "server_time": 1713545700357
}

same for these ipfs endpoints: https://docs.blockfrost.io/#tag/IPFS-Pins/paths/~1ipfs~1pin~1list/get https://docs.blockfrost.io/#tag/IPFS-Pins/paths/~1ipfs~1pin~1list~1%7BIPFS_path%7D/get

slowbackspace avatar Apr 19 '24 16:04 slowbackspace