Wallets Info
Retrieve data on your organization wallets
Fetch Organization Wallets
query Wallets($where: WalletWhereInput) {
wallets(where: $where) {
id
name
balanceUSD
balanceEUR
walletCryptoAccounts {
name
balance
financialAsset {
code
}
blockchain {
code
}
}
}
}Headers
Name
Value
Body (WalletWhereInput object)
Name
Type
Description
Response
Name
Type
Description