Balance List API
API Information
| Item | Description |
|---|---|
| Method | POST |
| Path | /apis/v1/balance/list |
| Content-Type | application/json |
| Authentication | Required. Refer to 'Authorization Introduction' |
Description
This API is used to query the available balance list of the currently authenticated merchant user. POINT assets are excluded from the response.
Request Parameters
This API does not require a request body.
Response
The standard response structure is R<List<object>>.
data list fields:
| Field | Type | Description |
|---|---|---|
coinType | string | Coin code |
amount | number | Current available balance |