curl --request POST \
--url https://zksync-sepolia.core.chainstack.com/da5f4c6274cd225217d352308a952d2f \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "zks_getTestnetPaymaster",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"paymasterAddress": "<string>"
}
}curl --request POST \
--url https://zksync-sepolia.core.chainstack.com/da5f4c6274cd225217d352308a952d2f \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "zks_getTestnetPaymaster",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"paymasterAddress": "<string>"
}
}zkSync Era API method that returns the address of the testnet paymaster. This paymaster is available on testnets and facilitates transactions where fees can be paid using ERC-20 compatible tokens, enabling developers to test their applications without needing native network tokens for fee payment.Documentation Index
Fetch the complete documentation index at: https://chainstack-mintlify-flesh-empty-pages.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
noneresult — the address of the testnet paymaster.zks_getTestnetPaymaster method to configure their applications to use the testnet paymaster for transactions. This allows for seamless testing of fee payments in ERC-20 tokens, enabling broader testing scenarios without the need for acquiring native testnet tokens.Was this page helpful?