Back to marketplace
Tool Detail

DeBank DeFi Data

Query DeFi wallet portfolio, token holdings, and supported blockchain networks via DeBank protocol

by DeBank1 credits - 5 credits / reqUpdated 2026-04-16
DeBank DeFi Data logo

Operations

Published operations exposed by this tool.

Chain List

Get list of all supported blockchain networks with chain metadata

GET/chain/listkey: chain_list
Input Schema
{
  "type": "object",
  "properties": {}
}
Output Schema
{
  "type": "object",
  "properties": {
    "chains": {
      "type": "array"
    }
  }
}

User Portfolio

Get wallet token holdings and USD values for a given address

GET/userkey: user_portfolio
Input Schema
{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Wallet address (0x...)"
    }
  }
}
Output Schema
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "amount": {
        "type": "number"
      },
      "symbol": {
        "type": "string"
      },
      "usd_value": {
        "type": "number"
      }
    }
  }
}

Summary

Type
Tool
Slug
debank
Provider
DeBank
Pricing
1 credits - 5 credits / req
Active Operations
2

Tags

defiwalletportfolioweb3