Skip to main content
POST
/
api
/
debank
/
users
/
net-curve
/debank/users/net-curve
curl --request POST \
  --url https://api.anysite.io/api/debank/users/net-curve \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "id": "<string>",
  "timeout": 300,
  "period": "7d"
}
'
[
  {
    "timestamp": 123,
    "@type": "DebankNetWorthPoint",
    "usd_value": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
id
string
required

Wallet address (EVM 0x address)

Example:

"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
period
enum<string>
default:7d

Time window of the net-worth curve

Available options:
24h,
7d

Response

Successful Response

timestamp
integer
required
@type
string
default:DebankNetWorthPoint
usd_value
number | null