2022-02-09 16:48:08 +00:00
|
|
|
{
|
|
|
|
"info": {
|
|
|
|
"_postman_id": "631cafa7-0561-47b5-9084-3d2adec3f2de",
|
|
|
|
"name": "keymanager-api",
|
|
|
|
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
|
|
|
|
},
|
|
|
|
"item": [
|
|
|
|
{
|
|
|
|
"name": "/eth/v1/keystores",
|
|
|
|
"request": {
|
|
|
|
"auth": {
|
|
|
|
"type": "bearer",
|
|
|
|
"bearer": [
|
|
|
|
{
|
|
|
|
"key": "token",
|
|
|
|
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e30.PkLPEA0OSzhONboQXe6J1kiEUZ5t2JpwGjiNTklV9uk",
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"method": "GET",
|
|
|
|
"header": [
|
|
|
|
{
|
|
|
|
"key": "Content-Type",
|
|
|
|
"value": "application/json",
|
|
|
|
"type": "default"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"url": {
|
|
|
|
"raw": "localhost:7500/eth/v1/keystores",
|
|
|
|
"host": [
|
|
|
|
"localhost"
|
|
|
|
],
|
|
|
|
"port": "7500",
|
|
|
|
"path": [
|
|
|
|
"eth",
|
|
|
|
"v1",
|
|
|
|
"keystores"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"response": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "/eth/v1/keystores",
|
|
|
|
"request": {
|
|
|
|
"auth": {
|
|
|
|
"type": "bearer",
|
|
|
|
"bearer": [
|
|
|
|
{
|
|
|
|
"key": "token",
|
|
|
|
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e30.PkLPEA0OSzhONboQXe6J1kiEUZ5t2JpwGjiNTklV9uk",
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"method": "POST",
|
|
|
|
"header": [
|
|
|
|
{
|
|
|
|
"key": "Content-Type",
|
|
|
|
"value": "application/json",
|
|
|
|
"type": "default"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"body": {
|
|
|
|
"mode": "raw",
|
|
|
|
"raw": "{\n \"keystores\":[\n \"543534534543543543534\"\n ],\n \"passwords\":[\n \"hrtyt564634534\"\n ],\n \"slashing_protection\":null\n}"
|
|
|
|
},
|
|
|
|
"url": {
|
|
|
|
"raw": "localhost:7500/eth/v1/keystores",
|
|
|
|
"host": [
|
|
|
|
"localhost"
|
|
|
|
],
|
|
|
|
"port": "7500",
|
|
|
|
"path": [
|
|
|
|
"eth",
|
|
|
|
"v1",
|
|
|
|
"keystores"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"response": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "/eth/v1/keystores",
|
|
|
|
"request": {
|
|
|
|
"auth": {
|
|
|
|
"type": "bearer",
|
|
|
|
"bearer": [
|
|
|
|
{
|
|
|
|
"key": "token",
|
|
|
|
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e30.PkLPEA0OSzhONboQXe6J1kiEUZ5t2JpwGjiNTklV9uk",
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"method": "DELETE",
|
|
|
|
"header": [
|
|
|
|
{
|
|
|
|
"key": "Content-Type",
|
|
|
|
"value": "application/json",
|
|
|
|
"type": "default"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"body": {
|
|
|
|
"mode": "raw",
|
|
|
|
"raw": "{\n \"pubkeys\": [\n \"0x8d65ffe7b65ee8e7c3e14a474a360f16722920ef8c0ef1da6f942fd6ddc3628c1edda7f57cf28d7ddc7fc9cb9745df60\"\n ]\n}"
|
|
|
|
},
|
|
|
|
"url": {
|
|
|
|
"raw": "localhost:7500/eth/v1/keystores",
|
|
|
|
"host": [
|
|
|
|
"localhost"
|
|
|
|
],
|
|
|
|
"port": "7500",
|
|
|
|
"path": [
|
|
|
|
"eth",
|
|
|
|
"v1",
|
|
|
|
"keystores"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"response": []
|
2022-06-16 15:10:23 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "get fee recipient",
|
|
|
|
"request": {
|
|
|
|
"auth": {
|
|
|
|
"type": "bearer",
|
|
|
|
"bearer": [
|
|
|
|
{
|
|
|
|
"key": "token",
|
|
|
|
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e30.ck3J6tcvHcI74IiFjyJqcBH-MmNAq-fMr0ncyZkGvFM",
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"method": "GET",
|
|
|
|
"header": [
|
|
|
|
{
|
|
|
|
"key": "Content-Type",
|
|
|
|
"value": "application/json",
|
|
|
|
"type": "default"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"url": {
|
|
|
|
"raw": "localhost:7500/eth/v1/validator/0xaf2e7ba294e03438ea819bd4033c6c1bf6b04320ee2075b77273c08d02f8a61bcc303c2c06bd3713cb442072ae591494/feerecipient",
|
|
|
|
"host": [
|
|
|
|
"localhost"
|
|
|
|
],
|
|
|
|
"port": "7500",
|
|
|
|
"path": [
|
|
|
|
"eth",
|
|
|
|
"v1",
|
|
|
|
"validator",
|
|
|
|
"0xaf2e7ba294e03438ea819bd4033c6c1bf6b04320ee2075b77273c08d02f8a61bcc303c2c06bd3713cb442072ae591494",
|
|
|
|
"feerecipient"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"response": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "set fee recipient",
|
|
|
|
"request": {
|
|
|
|
"auth": {
|
|
|
|
"type": "bearer",
|
|
|
|
"bearer": [
|
|
|
|
{
|
|
|
|
"key": "token",
|
|
|
|
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e30.ck3J6tcvHcI74IiFjyJqcBH-MmNAq-fMr0ncyZkGvFM",
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"method": "POST",
|
|
|
|
"header": [],
|
|
|
|
"body": {
|
|
|
|
"mode": "raw",
|
|
|
|
"raw": "{\n \"ethaddress\":\"0x046FB65722E7b2455012bfebF6177F4d2e9738D9\"\n}\n"
|
|
|
|
},
|
|
|
|
"url": {
|
|
|
|
"raw": "localhost:7500/eth/v1/validator/0xaf2e7ba294e03438ea819bd4033c6c1bf6b04320ee2075b77273c08d02f8a61bcc303c2c06bd3713cb442072ae591494/feerecipient",
|
|
|
|
"host": [
|
|
|
|
"localhost"
|
|
|
|
],
|
|
|
|
"port": "7500",
|
|
|
|
"path": [
|
|
|
|
"eth",
|
|
|
|
"v1",
|
|
|
|
"validator",
|
|
|
|
"0xaf2e7ba294e03438ea819bd4033c6c1bf6b04320ee2075b77273c08d02f8a61bcc303c2c06bd3713cb442072ae591494",
|
|
|
|
"feerecipient"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"response": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "delete fee recipient",
|
|
|
|
"request": {
|
|
|
|
"auth": {
|
|
|
|
"type": "bearer",
|
|
|
|
"bearer": [
|
|
|
|
{
|
|
|
|
"key": "token",
|
|
|
|
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e30.ck3J6tcvHcI74IiFjyJqcBH-MmNAq-fMr0ncyZkGvFM",
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"method": "DELETE",
|
|
|
|
"header": [
|
|
|
|
{
|
|
|
|
"key": "Content-Type",
|
|
|
|
"value": "application/json",
|
|
|
|
"type": "default"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"url": {
|
|
|
|
"raw": "localhost:7500/eth/v1/validator/0xaf2e7ba294e03438ea819bd4033c6c1bf6b04320ee2075b77273c08d02f8a61bcc303c2c06bd3713cb442072ae591494/feerecipient",
|
|
|
|
"host": [
|
|
|
|
"localhost"
|
|
|
|
],
|
|
|
|
"port": "7500",
|
|
|
|
"path": [
|
|
|
|
"eth",
|
|
|
|
"v1",
|
|
|
|
"validator",
|
|
|
|
"0xaf2e7ba294e03438ea819bd4033c6c1bf6b04320ee2075b77273c08d02f8a61bcc303c2c06bd3713cb442072ae591494",
|
|
|
|
"feerecipient"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"response": []
|
2022-02-09 16:48:08 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|