Web3 API get transaction always return error 500

Hi,

I am trying to get information on a particular transaction, using the following get query as documented on https://admin.moralis.io/web3Api :

curl -X 'GET' \
  'https://deep-index.moralis.io/api/v2/transaction/0xb0872e067155e1754c6fad1919bcd8b16979b3f52f7e81c16d463e210ca36883?chain=eth' \
  -H 'accept: application/json' \
  -H 'X-API-Key: <REDACTED>'

I invariably get an empty response with error 500.

Please help and many thanks in advance for any explanation.

1 Like

Hi @0bi

Thank you for the report. I’ll let you know when it will be fixed

@0bi

Try again. The problem has been fixed

Thanks once again: confirming that it works now.