Skip to content

Accounts

The canto.accounts table provides indexed views of all accounts, including both externally-owned accounts (colloquially referred to as wallets) and contracts.

Columns

Name Type Description
address text The address of the account.
created_timestamp timestamp The date at which the account was first created (in ISO-8601 format).
creator_address text The account creator (null if the account is not a contract).
last_active_timestamp timestamp The date at which the account was last active (in ISO-8601 format).
type text The type of the account (wallet or contract).

Indexes

Index
address
created_timestamp, address
type, created_timestamp, address
creator_address, created_timestamp, address

Got questions? Join our Discord

Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.