tonapi_service
Get private keys for the liteproxy server
get/api/v1/services/tonapi/liteproxy/private_keys
Query parameters
serverstring required
Example:1.2.3.4:123
Liteproxy server address
Response
Private keys for the liteproxy server
Example response
{
"keys": [
{
"rps": 10,
"private_key": "da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
"date_create": 1690889913000
}
]
}Changes
Changed in 2 of the 50 revisions of this API.2
- ○
added the required property
keys/items/date_createto the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○