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
| Method | Endpoint | Description |
|---|
| GET | /balance-transactions/:id | Retrieves the details of a specific transaction. |
| GET | /balance-transactions | Lists all balance transactions with filters. |
| GET | /balance-transactions | Retrieves a transaction by resource type and ID. |
Attributes
| Attribute | Type | Description |
|---|
id | string | Unique identifier for the transaction. |
account_id | string | ID of the associated account. |
balance_id | string | ID of the associated balance. |
amount | string | Transaction amount. |
currency | string | Currency code of the transaction (e.g., USDC). |
chain | string | Blockchain network of the transaction (e.g., ethereum). |
description | string | Optional transaction description. |
fee | string | Transaction fee. |
net | string | Net amount after fees. |
fee_details | array | Array of fee details. |
type | string | Transaction type (e.g., credit). |
resource_type | string | Type of associated resource (e.g., payment_intent). |
resource_id | string | ID of associated resource (e.g., pay_pdICAC1vp3WkAKof4QkM). |
created_at | string | Creation timestamp. |
updated_at | string | Last update timestamp. |