GET
/
apechain
/
v1
/
address
/
{walletAddress}
/
balance
/
portfolio
curl --request GET \
  --url https://data-api.cloud.ormi.dev/apechain/v1/address/{walletAddress}/balance/portfolio
[
  {
    "contract": {
      "address": "0x48b62137edfa95a428d35c09e44256a739f6b557",
      "symbol": "WAPE",
      "name": "Wrapped ApeCoin",
      "decimals": 18,
      "erc_type": "ERC-20"
    },
    "holdings": [
      {
        "timestamp": "2024-11-05",
        "balance": 184466.629834,
        "raw_balance": "184466629834304426377622"
      },
      {
        "timestamp": "2024-11-04",
        "balance": 184266.465876,
        "raw_balance": "184266465876304426377622"
      }
    ]
  }
]

Path Parameters

walletAddress
string
required

A wallet address.

Query Parameters

days
integer
default:30

The number of days to return data for. Defaults to 30 days.

Required range: x >= 1
contract-address
string

A contract address to filter by.

Response

200 - application/json
OK
contract
object
required
holdings
object[]
required