Get account fungible token ownership

Get accounts fungible token ownership by identifier (public key or account hash)

GET /accounts/{account_identifier}/ft-token-ownership

Query params

None

Sorting

None

Optional properties

Property
Type
Description

contract_package

Fungible contract package

account_info

Owner account info

centralized_account_info

Owner centralized account info

Response

PaginatedResponse<FTOwnership>

Example

Last updated