Skip to main content

Get balances of an address by multiple contracts

API Deprecation Notice

This API endpoint will be deprecated by the end of Q1 2025 as part of Skynet sunsetting. Please migrate to the Moralis alternative: Get NFT collections by Wallet

POST 

/accounts/:address/contracts

Get balances of an address by multiple contracts

Request

Path Parameters

    address stringrequired

    Account address. Example: 0xf6fd5fca4bd769ba495b29b98dba5f2ecf4ceed3

Body

required

Request body

    contractAddresses string[]

Responses

OK
Schema

    result

    object

    items

    object[]

  • Array [

  • contractAddress string
    name string
    symbol string
    standard string
    balance string
    decimals integer
    tokenCount integer
    metadata object
  • ]

Loading...