v1
latestOpenAPI 3.0.02026-07-2464438356.8 KBAccounts
Get all Accounts
Get all Accounts associated with the provided Organization ID
get/api/accounts
Headers
on-behalf-ofstring
Organization ID to act on behalf of
Response
All Accounts associated with an Organization
Example response
[
{
"accountDetails": {
"balancesV2": [
{
"exponent": 6,
"value": "2500000"
}
],
"payinMethods": [
{
"supportedDestinationTokens": [
{
"fees": {
"fixedTransactionFee": {
"fiatCurrencyCode": "USD"
}
},
"transactionMinimum": {
"fiatCurrencyCode": "USD"
}
}
]
}
],
"walletDetails": {
"walletAddress": "0x0000000000000000000000000000000000000000"
}
}
}
]