/zeta-chain/zetacore/crosschain/get_tss_address

Queries a list of GetTssAddress items.

Parameters:

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://zeta-testnet.blockpi.network/lcd/v1/<your-api-key>/zeta-chain/zetacore/crosschain/get_tss_address
// Result
{
  "eth": "0x8531a5aB847ff5B22D855633C25ED1DA3255247e",
  "btc": "tb1qy9pqmk2pd9sv63g27jt8r657wy0d9ueeh0nqur"
}

Last updated