post https://{network}.g.alchemy.com/v2/
Returns the address of the testnet paymaster, enabling fee payment in ERC-20 tokens.
Response
Returns the address of the testnet paymaster, enabling fee payment in ERC-20 tokens.
xxxxxxxxxx
11curl --request POST \
--url https://zksync-sepolia.g.alchemy.com/v2/docs-demo \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "zks_getTestnetPaymaster"
}
'
Try It!
to start a request and see the response here! Or choose an example: