Deprecated methods noticeThe following Pathfinder-specific methods have been deprecated starting from Pathfinder version [0.17.0] - 2025-06-29. Please use the recommended replacements listed below.
Deprecated methods
The following methods are no longer supported in Pathfinder version 0.17.0 and later:pathfinder_getProof
pathfinder_getClassProof
pathfinder_getTransactionStatus
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Migration guide
pathfinder_getProof → starknet_getStorageProof
Deprecated call:pathfinder_getClassProof → starknet_getStorageProof
Deprecated call:pathfinder_getTransactionStatus → starknet_getTransactionStatus
Deprecated call:Key changes
- Endpoint updates — Note the endpoint path changes from
/rpc/pathfinder/v0_1
to/rpc/v0_8
for the replacement methods - Parameter structure — The replacement methods use standardized Starknet parameter structures
- Method names — All replacement methods use the
starknet_
prefix instead ofpathfinder_
Additional resources
- Pathfinder GitHub repository - for the latest version information
- Starknet OpenRPC spec - for complete API specification
- Pathfinder changelog - for detailed deprecation information