TSS RPC

TSS (Threshold Signature Scheme) related RPC methods for MAP Protocol v2.

tss_getVault

Retrieves vault information for a specific epoch or the latest epoch.

Parameters

Parameter
Type
Description

epoch

QUANTITY or String

Epoch ID (hexadecimal) or "latest" for current epoch

Returns

Array - Array of vault objects:

Field
Type
Description

epoch

QUANTITY

The epoch number

public_key

String

TSS public key for this epoch

status

String

Vault status (active, inactive, etc.)

chains

Array

List of supported chain names

addresses

Array

Chain-specific vault addresses

addresses object:

Field
Type
Description

chain

String

Chain name (e.g., BTC, DOGE)

address

String

Vault address on the chain

Example

Request (by epoch ID):

Request (latest):

Response:

Last updated