Skip to main content
GET
/
accounts
/
{account_id}
/
wallet
Wallet balance for Account
curl --request GET \
  --url https://api.togai.com/accounts/{account_id}/wallet \
  --header 'Authorization: Bearer <token>'
{
  "id": "wallet.1223.sf23f",
  "accountId": "ACC001",
  "customerId": "CUST001",
  "balance": 500,
  "creditUnit": "USD",
  "externalId": "ext_id_123",
  "status": "ACTIVE",
  "holdAmount": 500,
  "createdAt": "2023-12-13T12:00:00Z",
  "updatedAt": "2023-12-13T12:00:00Z",
  "metadata": {
    "autoNetOff": false
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

account_id
string
required
Maximum length: 50
Example:

Response

id
string
required
accountId
string
required
Example:
customerId
string
required
Example:
balance
number
required
Example:
creditUnit
string
required
Example:
status
enum<string>
required
Available options:
ACTIVE,
INACTIVE
effectiveFrom
string<date-time>
required
externalId
string
holdAmount
number
Example:
createdAt
string<date-time>
updatedAt
string<date-time>
metadata
object