openapi icon indicating copy to clipboard operation
openapi copied to clipboard

OpenAPI specification for Blockfrost.io service

Results 22 openapi issues
Sort by recently updated
recently updated
newest added

https://ogmios.dev/api/modules/_cardano_ogmios_client.TxSubmission.evaluationErrors.html

Provide historical data for pots, par epoch.

Hello, I wanted to understand what the best way to get the assets that are minted or burned in a transaction. From what I can see the `txs/{hash}` endpoint returns...

Currently, there is no way to query active stake distribution for upcoming epoch. The data should be already available, as active stake is taken from snapshot of live stakes from...

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

Please add format to all properties.

It would be desired to have an endpoint that given transaction hash simply returns the whole transaction body as cbor. Such an endpoint is needed to deserialise transaction in various...

enhancement

Blockfrost gives us ability to read stake power for a given pool per given epoch but... it returns all addresses in a given epoch. It would be nice if one...