---
title: "Retrieve Routable Balance Account"
method: GET
path: "/v1/settings/balance"
tags: ["Accounts"]
---

# Retrieve Routable Balance Account

`GET /v1/settings/balance`

Retrieves the `Account` for your Routable balance. Returns the same response as `GET /v1/settings/accounts/{id}`
where the `id` references your `balance` `Account`.

## Response `200`

OK

- AccountsAccountBalance — Balances can be used with same day and next day ACH payments
  - `object` 'Account', required — The object’s type (`Account`).
  - `id` string, uuid, required — The Account ID.
  - `created_at` string, date-time, required — The date the Account was created.
  - `is_deleted` boolean, required — Whether the Account is soft deleted.
  - `is_disabled` boolean, required — Whether the Account is disabled.
  - `is_usable_for_payables` boolean, required — Whether the Account is usable as a Payable's `withdraw_from_account`.
  - `is_usable_for_receivables` boolean, required — Whether the Account is usable as a Receivable's `receiving_account`.
  - `is_valid` boolean, required — Whether the Account is valid.
  - `ledger` AccountsAccountLedgerMeta, required — The account's metadata in your accounting software.
    - `id` string, nullable, required — The account's ID in your accounting software.
    - `payable_id` string, nullable, required
    - `receivable_id` string, nullable, required
  - `name` string, required — The Account's name.
  - `links` AccountsAccountLinks, required — Related links.
    - `self` string, uri-reference, required — Link to this object.
  - `type` 'balance', required — The type of account
  - `type_details` AccountsAccountBalanceTypeDetails, required
    - `available_amount` string, required — The amount available in your balance.
    - `is_usable` boolean, required — Whether the balance is usable.
    - `pending_amount` string, required — The amount pending in your balance.

---

[API](https://skmtc.net/routable/apis/routable-api.md) · [All operations](https://skmtc.net/routable/apis/routable-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routable/routable-api/versions/9f17a8bc982a/schema)
