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

Property
Description

balance

Sort ownerships by balance

Optional properties

Property
Type
Description

contract_package

Fungible contract package

account_info

Owner account info

centralized_account_info

Owner centralized account info

owner_cspr_name

string

Owner account CSPR.name

Response

PaginatedResponse<FTOwnership>

Example

Last updated