---
title: "zks_getTestnetPaymaster"
method: POST
path: "/zks_getTestnetPaymaster"
tags: ["ZKSync API"]
---

# zks_getTestnetPaymaster

`POST /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).

## Request body

- object
  - `jsonrpc` string, required — JSON-RPC version
  - `method` string, required — The method to call
  - `params` unknown[] — No parameters
    - unknown
  - `id` integer, required — Request identifier

## Response `200`

Returns the testnet paymaster address

- object
  - `jsonrpc` string
  - `id` integer
  - `result` string — The testnet paymaster address (20 bytes)

---

[API](https://skmtc.dev/abs/apis/abstract-json-rpc-api.md) · [All operations](https://skmtc.dev/abs/apis/abstract-json-rpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/abs/abstract-json-rpc-api/revisions/65e951da6380/schema)
