Skip to main content

Get Account Fungible Token Balances Details

GET 

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

Free [3 Credits]

Get Account Fungible Token Details


Request

Path Parameters

    accountAddress stringrequired

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

    symbol Symbol (string)required
    name Name (string)required
    icon Icon (BASE64) (string)
    contractAddress Contract Address (string)required
    decimal int32required
    verified Verified (boolean)required
    totalSupply Total Supply (number)required
    implementationAddress Implementation Address (string)
    balance Balance (number)required
  • ]

  • paging

    object

    required

    totalCount int64required
    currentPage int32required
    last booleanrequired
    totalPage int32required

    property

    object

    property name* object
Loading...