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 paramRequiredDescription
accountIdYesThe wallet ID

Response

{
  "id": "acc-uuid-123",
  "name": "Main Wallet",
  "currency": "USD",
  "walletStatus": "ACTIVE"
}

Call this next



Did this page help you?