cURL
curl --request GET \ --url https://api.ttapi.io/user-info \ --header 'TT-API-KEY: <api-key>'
{ "status": "SUCCESS", "message": "success", "data": { "name": "<string>", "email": "<string>", "balance": "1000", "freeze_balance": "0", "created_time": "2024-01-01 00:00:00" } }
查询当前账户信息。
Documentation IndexFetch the complete documentation index at: https://docs.ttapi.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ttapi.io/llms.txt
Use this file to discover all available pages before exploring further.
可从 TTAPI 控制台 获取 API Key。
请求成功
"SUCCESS"
"success"
Show child attributes