Description of the trust_lines table on Dune
Column | Description | Type |
---|---|---|
ledger_key | The unique identifier for the trustline entry in the ledger. | varchar |
account_id | The account address associated with the trustline. | varchar |
asset_type | The type of asset for which the trustline is established (e.g., native, issued). | varchar |
asset_issuer | The issuer of the asset for which the trustline is established. | varchar |
asset_code | The code of the asset for which the trustline is established. | varchar |
asset_id | The unique identifier for the asset in the trustline. | bigint |
liquidity_pool_id | The identifier of the liquidity pool related to the trustline, if applicable. | varchar |
balance | The balance of the asset held by the account in the trustline. | double |
trust_line_limit | The maximum balance of the asset that the account is willing to hold via the trustline. | bigint |
buying_liabilities | The total liabilities for buying offers on the account for this trustline. | double |
selling_liabilities | The total liabilities for selling offers on the account for this trustline. | double |
flags | A set of flags representing various properties of the trustline, such as authorization requirements. | bigint |
last_modified_ledger | The ledger sequence number where the trustline entry was last modified. | bigint |
ledger_entry_change | Indicates the type of change made to the ledger entry (insert, update, delete). | bigint |
deleted | A boolean indicating whether the trustline entry has been deleted from the ledger. | boolean |
sponsor | The account that is sponsoring this trustline’s resources. | varchar |
closed_at | The timestamp when the trustline entry was closed. | timestamp(3) with time zone |
ledger_sequence | The sequence number of the ledger in which the trustline entry is included. | bigint |
updated_at | The time when the trustline record was last updated. | timestamp(3) with time zone |
ingested_at | The time when the trustline data was ingested into the system. | timestamp(3) with time zone |