Skip to main content

Get Fungible ERC20 Token Balances

GET 

/assets/:address

Get Fungible ERC20 Token Balances

Request

Details

Path Parameters

    address stringrequired

    The wallet address to query for ERC20 tokens.

Details

Query Parameters

    apiKey stringrequired

    Your API key to authenticate requests.

    tokenAddress string

    Optional. The specific token address to query. If not provided, all token balances will be returned.

Responses

OK

Details

Schema

    message string
    Details

    result

    object[]

  • Array [

  • balance string
    contractAddress string
    decimals string
    name string
    symbol string
    type string
  • ]

  • status string
Loading...

Was this page helpful?