Get contract package fungible token ownership

Get contract package fungible token ownership

GET /contract-packages/{contract_package_hash}/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