Wallets Info
Retrieve data on your organization wallets
Fetch Organization Wallets
Retrieve organization's wallets information in an inabit account, according to an organization ID variable in the query's body.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body (WalletWhereInput object)
id*
string
Organization ID
Example body:
How do I retrieve my organization ID?
In order to retrieve an organization's identifier, you'll need to call your user details first, to understand which organization is related to them.
Response
Return values:
id
String
Wallet ID
name
Integer
Wallet Name
balanceUSD
String
Balance in USD
balanceEUR
String
Balance in Euro
balance (walletCryptoAccounts)
Integer
Balance (of a wallet's asset - per asset) ("crypto account")
code (financialAsset)
String
Financial Asset Code
code (blockchain)
String
Blockchain Code
How do I retrieve my organization ID?
In order to retrieve an organization's identifier, you'll need to call your user details first, to understand which organization is related to them.