blockfrost / openapi

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

GET /txs/:hash/withdrawals Broken #355

Closed leo42 closed 3 months ago

leo42 commented 3 months ago

The /txs/:hash/withdrawals endpoint returns "404 not found" when querying a known transaction that includes withdraws.

Tx in question: 2886e1539810fd92c8b4637a57faccc749379d0a09e9c4cadc3ac5d9a4113e31

1000101 commented 3 months ago

Hi @leo42, thanks for the report. 404 means that the tx was not on chain yet (at least not available on our backends). Querying the tx now returns the expected output. Can you retry, please? Thanks!

leo42 commented 3 months ago

@1000101 Confirmed it is now working.

Thank you for your fast reply.