For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Base Data

The User Base Data API can obtain authorized user base information.

Get user base info

Method

get

Path

/v1/user

Returns

  • id: string - User address

  • web3_id: string - The user's unique id in DeBank

  • name: string - Same to web3_id

  • logo_url: string - User logo url

  • born_at: double - User on-chain born time

  • tvf: double - Value of user's followers

Request

curl -X 'GET' 'https://api.connect.debank.com/v1/user' -H 'accept: application/json' -H 'Authorization: Bearer {Your access_token}'

Response

Last updated