FOMO API (v20250702)
  1. Balance
FOMO API (v20250702)
  • Authorization
  • Webhook
  • API
    • Account
      • Retrieve an account
      • List accounts
    • Balance
      • Retrieve a balance
        GET
      • List balances
        GET
    • Transaction
      • Retrieve a transaction
      • List transactions
    • Virtual Account
      • Retrieve a virtual account
      • List virtual accounts
    • Beneficiary
      • Beneficiary Acocunt
        • List beneficiary accounts
        • Retrieve a beneficiary account
      • List beneficiaries
      • Retrieve a beneficiary
    • Account Holder
      • Retrieve an account holder
      • List account holders
    • Outgoing Transfer
      • List outgoing transfers
      • Retrieve an outgoing transfer
    • Webhook
      • Retrieve a webhook
      • List webhooks
    • Intent
      • Account Holder Creation
        • Create an account holder creation intent
        • Get an account holder creation intent
        • Confirm an account holder creation intent
      • Outgoing Transfer Creation
        • Create an outgoing transfer creation intent
        • Get an outgoing transfer creation intent
        • Confirm an outgoing transfer creation intent
      • Virtual Account Creation
        • Create a virtual account creation intent
        • Set account holder for virtual account creation intent
        • Get a virtual account creation intent
        • Confirm a virtual account creation intent
      • Virtual Account Update
        • Create a virtual account update intent
        • Set account holder for virtual account update intent
        • Get a virtual account update intent
        • Confirm a virtual account update intent
      • Beneficiary Creation
        • Create a beneficiary creation intent
        • Get a beneficiary creation intent
        • Confirm a beneficiary creation intent
      • Beneficiary Account Creation
        • Create a beneficiary account creation intent
        • Get a beneficiary account creation intent
        • Confirm a beneficiary account creation intent
  1. Balance

Retrieve a balance

UAT Env
https://uat.fomoapis.com/v1
UAT Env
https://uat.fomoapis.com/v1
GET
https://uat.fomoapis.com/v1
/balances/{balance_id}

Request

Path Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://uat.fomoapis.com/v1/balances/14272f84-1f28-4a9c-9c74-37e127ba365f' \
--header 'x-fomo-api-version;'
Response Response Example
{
    "id": "14272f84-1f28-4a9c-9c74-37e127ba365f",
    "create_time": "2025-02-13T17:11:27.548116+08:00",
    "update_time": "2025-02-13T17:11:27.556111+08:00",
    "token": "FCcvhB8oSpycdDfhJ7o2Xw==",
    "etag": "FCcvhB8oSpycdDfhJ7o2XwAAAAAAAAAC",
    "account_id": "a6bb7b20-f425-4ca8-a872-98498c90604e",
    "currency_code": "SGD",
    "customer_id": "0cbf132d-117b-4ea3-aed1-cd715d53c11d",
    "overdraft_limit": "2000",
    "total_balance": "0",
    "available_balance": "0",
    "default_for_account": true,
    "default_for_account_currency": true
}
Previous
List accounts
Next
List balances
Built with