Skip to main content
GET
/
assets
/
{address}
Get Fungible ERC20 Token Balances
curl --request GET \
  --url https://api.fuse.io/api/v0/balances/assets/{address}
{
  "message": "<string>",
  "result": [
    {
      "balance": "<string>",
      "contractAddress": "<string>",
      "decimals": "<string>",
      "name": "<string>",
      "symbol": "<string>",
      "type": "<string>"
    }
  ],
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fuse.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

address
string
required

The wallet address to query for ERC20 tokens.

Query Parameters

apiKey
string
required

Your API key to authenticate requests.

tokenAddress
string

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

Response

OK

message
string
result
object[]
status
string