GET
/
apechain
/
v1
/
address
/
{walletAddress}
/
balance
/
historical
curl --request GET \
  --url https://data-api.cloud.ormi.dev/apechain/v1/address/{walletAddress}/balance/historical
{
  "address": "0x04294157cfba9ff0892f48f8345ea3539995f449",
  "items": [
    {
      "balance": "10",
      "block_height": 12545504,
      "contract_address": "0x12d25b543dc98b8c85a60467fac5e9f18bdfbc3c",
      "contract_decimals": 18,
      "contract_name": "AppeSide",
      "erc_type": "ERC-20",
      "is_native": false,
      "last_transferred_at": "2024-10-29T02:10:19",
      "last_transferred_block_height": 2584680
    },
    {
      "balance": "758879.907684527866421873",
      "block_height": 12545504,
      "contract_address": "null",
      "contract_decimals": 18,
      "contract_name": "",
      "erc_type": null,
      "is_native": true,
      "last_transferred_at": "2025-03-29T22:46:37",
      "last_transferred_block_height": 12473792
    }
  ],
  "updated_at": "2025-03-29T23:20:52.769926Z"
}

Path Parameters

walletAddress
string
required

A wallet address.

Query Parameters

contract-address
string

Contract address to filter by.

block-height
integer

Ending block to define a block range. Omitting this parameter defaults to the latest block height.

date
string

Ending date to define a block range (YYYY-MM-DD). Omitting this parameter defaults to the current date.

Response

200 - application/json
OK
address
string
required
items
object[]
required
updated_at
string
required