Skip to main content

Balance Transactions Overview

Description

The Balance Transactions API group enables users to track and manage transaction details associated with accounts and balances across various blockchain networks. This resource is crucial for auditing financial movements, calculating fees, and reconciling funds, providing transparency into payment flows, payouts, and associated resources.

API Endpoints

API Endpoint Reference

MethodEndpointDescription
GET/balance-transactions/:idRetrieves the details of a specific transaction.
GET/balance-transactionsLists all balance transactions with filters.
GET/balance-transactionsRetrieves a transaction by resource type and ID.

Attributes

AttributeTypeDescription
idstringUnique identifier for the transaction.
account_idstringID of the associated account.
balance_idstringID of the associated balance.
amountstringTransaction amount.
currencystringCurrency code of the transaction (e.g., USDC).
chainstringBlockchain network of the transaction (e.g., ethereum).
descriptionstringOptional transaction description.
feestringTransaction fee.
netstringNet amount after fees.
fee_detailsarrayArray of fee details.
typestringTransaction type (e.g., credit).
resource_typestringType of associated resource (e.g., payment_intent).
resource_idstringID of associated resource (e.g., pay_pdICAC1vp3WkAKof4QkM).
created_atstringCreation timestamp.
updated_atstringLast update timestamp.