List all balances
GET
/v1/reporting/balances
Notes:
- It takes a maximum of three hours for balances to appear in the list balances call.
- This call lists balances upto the previous three years.
请求参数
Query 参数
as_of_time
string
必需
示例值:
2022-03-20T00:00:00.000Z
currency_code
string
必需
示例值:
ALL
include_crypto_currencies
string
必需
false
. The default. The response doesn't include crypto transactions.true
. The response also includes crypto transactions.
示例值:
true
示例代码
返回响应
修改于 2023-08-16 07:18:59