Skip to main content

Get Funding Financial Records

Get Funding Financial Records

Description​

Query funding account financial records.

HTTP Request​

  • GET /api/v3/account/funding-financial-records
  • Rate limit: 10/sec/UID
  • Permission: UTA mgt. (read)
Request
curl "https://api.bitget.com/api/v3/account/funding-financial-records?coin=BTC" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameters​

ParameterTypeRequiredComments
coinStringNoCoin name
e.g.,BTC
typeStringNoType
TRANSFER_IN/TRANSFER_OUT......
All enumeration values can be viewed under the Enumeration category.
startTimeStringNoStart timestamp
A Unix timestamp in milliseconds e.g.,1597026383085
The access window is 90 days
endTimeStringNoEnd timestamp
A Unix timestamp in milliseconds e.g.,1597026383085
The time range between startTime and endTime must not exceed 30 days
limitStringNoLimit per page
Default:100. Maximum:100
cursorStringNoCursor
Pagination is implemented by omitting the cursor in the first query and applying the cursor from the previous query for subsequent pages
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1750135478641,
"data": {
"list": [
{
"id": "13111111111111111",
"coin": "BTC",
"groupType": "transfer",
"type": "transfer_in",
"amount": "0.00531168",
"balance": "55.10017801",
"ts": "1745853486185"
}
],
"cursor": "122222222222222222"
}
}

Response Parameters​

ParameterTypeComments
listArrayList
>idStringRecord ID
>coinStringCoin name
>groupTypeStringGroup type
All enumeration values can be viewed under the Enumeration category.
>typeStringType
All enumeration values can be viewed under the Enumeration category.
>amountStringAmount
>balanceStringBalance
>tsStringCreation time
A Unix millisecond timestamp.
cursorStringCursor

How was your Reading Experience with us?

★
★
★
★
â˜