Check out our new component library - build.abs.xyz!
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).
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
}Documentation Index
Fetch the complete documentation index at: https://docs.abs.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?