TSS RPC
tss_getVault
Parameters
Parameter
Type
Description
Returns
Field
Type
Description
Field
Type
Description
Example
Last updated
Last updated
curl -X POST -H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"tss_getVault","params":["0x1"],"id":1}' \
http://localhost:8545curl -X POST -H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"tss_getVault","params":["latest"],"id":1}' \
http://localhost:8545{
"jsonrpc": "2.0",
"id": 1,
"result": [
{
"epoch": 1,
"public_key": "0xdddc5378e96320f465f1bf8ab228c8d88ec4cff6a32f76ac066a9fd28cd614433f16b5fc49053ecd6d46a13948896f397fdc15cbb50a3a2092eda3379b536c8f",
"status": "active",
"chains": [
"BTC",
"DOGE"
],
"addresses": [
{
"chain": "BTC",
"address": "bc1q86m6d8fmlvan8r9pypd4p592xtcpfkn6ezxj3t"
}
]
}
]
}