Deprecation Notice: Insight Service Endpoints

Deprecation Notice: Insight Service Endpoints

As part of ongoing efforts to streamline and maintain our API, we are deprecating several Insight Service endpoints that have seen limited usage.

The following endpoints will be deprecated:

  • GET /v1/transactions/{contractAddress}/{signature}
  • GET /v1/tokens/transfers/transaction/{transaction_hash}
  • GET /v1/contracts/deployed-by/{address}
  • GET /v1/contracts/metadata/{address}
  • POST /v1/decode/{address}
  • GET /v1/nfts/transfers/transaction/{transaction_hash}

Timeline

  • Deprecation Announcement: Effective immediately.
  • Deprecation Period: These endpoints will remain available for 30 days to allow for migration.
  • Removal Date: After the deprecation period, these endpoints will be permanently disabled.

Impact

  • Existing applications that call these endpoints will need to migrate to supported alternatives.
  • If your integration does not use these endpoints, no action is required.

Alternatives

  • For transaction-related insights: use GET /v1/transactions.
  • For token transfers: use GET /v1/events with filters.
  • For NFT transfers: use GET /v1/events with transaction or address filters.

(Please refer to our latest [API documentation] for details.)