Learn how to use the paymasterBalance JSON-RPC method.
paymasterBalance
paymasterBalance
returns the USD balance (6 decimals) of the Paymaster associated with your projectId
(projectUuid
) and serverKey
(projectKey
). It takes no parameters other than the projectUuid
and projectKey
for authentication.UUID of the project.
Key of the project.
Request to retrieve the balance of the paymaster.
The body is of type object
.
Successful response with the paymaster balance.
The response is of type object
.