Get Account Details
Fetch detailed information and the current balance for a specific wallet.
Request
curl --request GET \
--url "$baseUrl/organizations/accounts/{accountId}" \
--header 'x-api-key: YOUR_API_KEY'| Path param | Required | Description |
|---|---|---|
accountId | Yes | The wallet ID |
Response
{
"id": "acc-uuid-123",
"name": "Main Wallet",
"currency": "USD",
"walletStatus": "ACTIVE"
}Call this next
- Fetch Account Ledger to see the transaction history behind this balance
Updated 13 days ago
Did this page help you?