The FTOwnership
entity represents a fungible token ownership relation between accounts and contract packages, as well as provides the corresponding token balances
The FTOwnership
entity has the following properties:
owner_hash
string(64)
Owner hash represented as a hexadecimal string. First part of token ownership identifier
contract_package_hash
string(64)
Fungible contract package hash represented as a hexadecimal string. Second part of token ownership identifier
balance
string
Fungible tokens balance in the network
Example
Depending on the endpoint some of the following optional properties may be included in the FTOwnership
entity:
contract_package
Fungible contract package
contract_package_hash
Fungible token ownership represents fungible contract package token owners
owner_hash
Account can be a token owner
The FTOwnership
entity has the following endpoints:
None
Get contract package fungible token ownership
None
None
contract_package
Fungible contract package
account_info
Owner account info
centralized_account_info
Owner centralized account info
PaginatedResponse
<FTOwnership>
Get accounts fungible token ownership by identifier (public key or account hash)
None
None
contract_package
Fungible contract package
account_info
Owner account info
centralized_account_info
Owner centralized account info
PaginatedResponse
<FTOwnership>