POST
/openapi/v1/walletsList Team Wallets
Query all wallet information for the current team. Results can be filtered by wallet type.
Rate limit: 1000 requests/minute
Request
Headers
Access-KeystringrequiredAPI Key identifier used to identify the caller.
Access-Timestampinteger<int64>requiredUnix timestamp in milliseconds.
Access-NoncestringrequiredRandom string used to prevent replay attacks.
Access-SignaturestringrequiredRequest signature calculated with the Access Secret.
Request Body
required
application/jsonpage_numinteger<int32>Page number. Defaults to 1 if omitted.
page_sizeinteger<int32>Number of records per page. Defaults to 10 if omitted. Maximum value is 100.
wallet_typestringenum: "single_sign", "multi_sign"Wallet type to query.
- single_signsingle-signature wallet
- multi_signmulti-signature wallet
If omitted, all wallet types are queried by default.
Responses
200Successapplication/jsoncodestringResponse code.
msgstringResponse message.