List workspace wallets
Balances are decimal strings and identify the network. Unreadable balances return an error instead of zero.
/api/v1/walletsBalances are decimal strings and identify the network. Unreadable balances return an error instead of zero.
Authorization
KeyId Timestamp Signature Key ID registered by your organisation administrator.
In: header
Unix seconds within ±300 seconds of the server clock.
In: header
Padded base64 Ed25519 signature over timestamp, METHOD, exact path+query, lowercase SHA256(raw body), Idempotency-Key or empty string, joined with LF. Legacy HMAC uses lowercase hex HMAC-SHA256. Signing is required; entering a static value is insufficient.
In: header
Query Parameters
Fresh random UUID per attempt, included in the signed path. Avoids duplicate signatures for identical requests in the same second.
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/wallets"{ "data": [ { "id": "string", "name": "string", "status": "active", "address": "string", "deposit_addresses": [ { "network": "string", "network_name": "string", "address": "string" } ], "networks": [ { "id": "string", "name": "string" } ], "balances": [ { "asset": "string", "network": "string", "amount": "string", "available": "string", "usd_value": 0 } ], "total_usd": 0 } ], "meta": { "count": 0, "limit": 0, "offset": 0, "next_offset": 0, "idempotent_replay": true, "already_exists": true, "stale": true }}