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

Response

PaginatedResponse<FTOwnership>

Example

curl -X 'GET' \
  'https://api.testnet.cspr.cloud/accounts/d0bc9ca1353597c4004b8f881b397a89c1779004f5e547e04b57c2e7967c6269/ft-token-ownership' \
  -H 'accept: application/json' \
  -H 'authorization: 55f79117-fc4d-4d60-9956-65423f39a06a'

Last updated