Fetch Balances and Transfers
Fetch balances
When you perform request without specifying any additional filters like portfolioId or currency, the method returns all wallets which has non-zero balances only
GET
/
wallets
Query Parameters
portfolioId
string
Filter by portfolio id
currencies
string[]
Filter wallets by currency
mainCurrency
string
Filter wallets by main currency
portfolioTypes
enum<string>[]
Filter wallets by portfolio types. See details
Available options:
custody
, trading-vault
, trading
, external
, clearloop
excludedPortfolioTypes
enum<string>[]
Exclude wallets by portfolio types. See details
Available options:
custody
, trading-vault
, trading
, external
, clearloop
nonEmpty
boolean
default: falseFilter only wallets with non-zero balance
limit
string
Limit for pagination
offset
string
Offset for pagination
Response
200 - application/json
wallets
object[]
requiredList of wallets