GET
/
{chainName}
/
v1
/
address
/
{walletAddress}
/
balance
/
erc20
curl --request GET \
  --url https://data-api.cloud.ormi.dev/{chainName}/v1/address/{walletAddress}/balance/erc20
[
  {
    "erc20TokenBalances": [
      {
        "balance": "<string>",
        "contract": {
          "address": "<string>",
          "decimals": 123,
          "erc_type": "<string>",
          "logoUri": "<string>",
          "name": "<string>",
          "symbol": "<string>"
        },
        "raw_balance": "<string>"
      }
    ],
    "resultCount": 123,
    "totalCount": 123
  }
]

Path Parameters

walletAddress
string
required

A wallet address.

chainName
string
required

Name of the blockchain (e.g., ethereum, polygon, bsc)

Query Parameters

contract-address
string

A contract address to filter by.

page
integer | null
default:
0

Page number

Required range: x > 0
page-size
integer | null
default:
100

Page size

Required range: 1 < x < 100

Response

200 - application/json
OK
erc20TokenBalances
object[]
required
resultCount
integer
required

amount of tokens in the response

totalCount
integer
required

total amount of tokens