v1

latestOpenAPI 3.0.02026-07-26541677.9 KB
ZKSync API

zks_getTestnetPaymaster

Retrieves the testnet paymaster address, specifically for interactions within the Abstract Sepolia Testnet environment. Note: This method is only applicable for Abstract Sepolia Testnet (i.e. not mainnet).

post/zks_getTestnetPaymaster

Request body

jsonrpcstring required

JSON-RPC version

methodstring required

The method to call

idinteger required

Request identifier

Response

Returns the testnet paymaster address

jsonrpcstring
idinteger
resultstring

The testnet paymaster address (20 bytes)

Example response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x3cb2b87d10ac01736a65688f3e0fb1b070b3eea3"
}