ZINC API
HomeSign InSupport
HomeSign InSupport
  1. Accounts
  • API Reference
  • Authentication
    • Get Access token
      GET
  • Core Resources
    • Accounts
      • Create Account
        POST
      • Get Account
        GET
      • Update Account
        POST
      • Get Account Balance
        GET
      • Submit Account For Activation
        POST
      • Get Account Transactions
        GET
      • Get Account Supported Currencies
        GET
      • Get Account Beneficiaries
        GET
    • Beneficiary
      • Add Beneficiary
      • Get Beneficiaries
      • Delete Beneficiary
    • Currency Accounts
      • Create Currency Account
      • Get Currency Account Details
    • Payouts
      • Create Payout
      • Get Payouts For Account
    • Cards
      • Simulation
        • Simulate Card Transaction
      • Create Card
      • Get Card Details
      • Update Transaction Limits
      • Update Cards Status
      • Get Card Transactions
    • Conversions
      • Create Conversion
      • Get Quote
    • Services
      • Upload File
  1. Accounts

Get Account Balance

GET
/api/v1/account/{id}/balances

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
string 
required
Header Params
x-api-version
string 
optional

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-sandbox.z.inc/api/v1/account//balances' \
--header 'x-api-version;'

Responses

🟢200Success
application/json
Body
object {0}
Example
[
    {
        "available_amount": 0,
        "currency": "AED",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "ARS",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "AUD",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "BDT",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "BHD",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "BOB",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "BRL",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "CAD",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "CHF",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "CLP",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "CNY",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "COP",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "CZK",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "DKK",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "EGP",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "EUR",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "GBP",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "HKD",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "HRK",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "HUF",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "IDR",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "ILS",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "INR",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "JPY",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "KRW",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "LKR",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "MAD",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "MXN",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "MYR",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "NOK",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "NPR",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "NZD",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "PEN",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "PHP",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "PKR",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "PLN",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "RON",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "SAR",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "SEK",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 664.04,
        "currency": "SGD",
        "pending_amount": 0,
        "reserved_amount": 335.96,
        "total_amount": 1000
    },
    {
        "available_amount": 0,
        "currency": "THB",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "TRY",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "USD",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "UYU",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "VND",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    },
    {
        "available_amount": 0,
        "currency": "ZAR",
        "pending_amount": 0,
        "reserved_amount": 0,
        "total_amount": 0
    }
]
Modified at 2024-07-28 14:45:37
Previous
Update Account
Next
Submit Account For Activation