blockfrost / openapi

OpenAPI specification for Blockfrost.io service
https://docs.blockfrost.io
MIT License
22 stars 16 forks source link

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

Closed slowbackspace closed 2 weeks ago

slowbackspace commented 6 months ago

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 commented 2 weeks ago

apparently #wontfix