subscan-explorer / subscan-issue-tracker

The issue tracker for Subscan.io.
3 stars 5 forks source link

/api/scan/extrinsic event is null at this endpoint #88

Closed puruoni closed 5 months ago

puruoni commented 5 months ago

Confirmation

Affected Network(s)

Polkadot, Astar

Steps to reproduce

  1. Run this API
    curl -X POST 'https://astar.api.subscan.io/api/scan/extrinsic' \
    --header 'Content-Type: application/json' \
    --data-raw '{
    "extrinsic_index": "2860924-51"
    }'
  2. Check the response. data.event is null.

Expected output

data.event should not be null.

Actual output

null

Additional factoids or references

No response

freehere107 commented 5 months ago

@puruoni Thanks for your report. This issue has been fixed.