Check out our new component library - build.abs.xyz!
cURL
curl --request POST \ --url https://api.mainnet.abs.xyz/zks_getTestnetPaymaster \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": 1, "method": "zks_getTestnetPaymaster", "params": [] }'
{ "jsonrpc": "2.0", "result": "0x3cb2b87d10ac01736a65688f3e0fb1b070b3eea3", "id": 1 }
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).
JSON-RPC version
The method to call
Request identifier
No parameters
Returns the testnet paymaster address
"2.0"
1
The testnet paymaster address (20 bytes)
"0x3cb2b87d10ac01736a65688f3e0fb1b070b3eea3"
Was this page helpful?