Skip to main content

Get Account Fungible Token Balances

GET 

/api/v1/accounts/:accountAddress/token-balances

Free [3 Credits]

List of fungible token balances owned by the account.


Request

Path Parameters

    accountAddress stringrequired

    account address

Query Parameters

    page int32

    Possible values: >= 1

    Results page you want to retrieve (1..N)

    Example: 1
    size int32

    Number of records per page, min: 1, Max: 2000

    Example: 20

Responses

OK

Schema

    results

    object[]

    required

  • Array [

  • contract

    object

    required

    contractAddress Contract Address (string)required
    contractType Contract Type (string)

    Possible values: [ERC20, KIP7, KIP17, KIP37, ERC721, ERC1155, CONSENSUS_NODE, CUSTOM, UNKNOWN, UNKNOWN_]

    balance Balance (number)required
  • ]

  • paging

    object

    required

    totalCount int64required
    currentPage int32required
    last booleanrequired
    totalPage int32required

    property

    object

    property name* object
Loading...