{
  "rootfi_id": 157,
  "rootfi_deleted_at": null,
  "rootfi_created_at": "2024-01-22T05:07:31.465Z",
  "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
  "rootfi_company_id": 1089,
  "platform_id": "123456",
  "total_balance": "123.45",
  "available_balance": "123.45",
  "pending_balance": "123.45",
  "currency_id": "1234567890"
}

The Balances Data Model simplifies the handling and retrieval of Balances data for your application. The model provides a unified representation of balances data across different platforms, enabling you to easily access and manage balances data from different platforms.

  • Unified Balances properties: The model provides a unified representation of balances properties across different platforms, enabling you to easily access and manage balances data from different platforms.
  • Comprehensive balances information: The model provides a comprehensive representation of balances data, including all the properties and relationships that you can retrieve for an order.

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the Balances
total_balancestringThe total balance of the account
available_balancestringThe available balance of the account
pending_balancestringThe pending balance of the account
currency_idstringThe currency ID of the account
{
  "rootfi_id": 157,
  "rootfi_deleted_at": null,
  "rootfi_created_at": "2024-01-22T05:07:31.465Z",
  "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
  "rootfi_company_id": 1089,
  "platform_id": "123456",
  "total_balance": "123.45",
  "available_balance": "123.45",
  "pending_balance": "123.45",
  "currency_id": "1234567890"
}