Deprecated methods
The following methods are no longer supported in Pathfinder version 0.17.0 and later:pathfinder_getProofpathfinder_getClassProofpathfinder_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_1to/rpc/v0_8for 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