Skip to main content
POST
cURL

Body

application/json

JSON-RPC request body

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
id
integer
required

The id that was sent in the request

Example:

1

method
enum<string>
required

The method name

Available options:
public/auth
params
object
required

Response

200 - application/json

Success response

id
integer

The id that was sent in the request

jsonrpc
enum<string>

The JSON-RPC version (2.0)

Available options:
2.0
result
object