Query Insurance fund information
Description
Query insurance fund information
HTTP Request
GET /v3/market/insurance
Request Parameters
None
Response Parameters
Parameter | Type | Description |
---|---|---|
ccy | String | Currency |
uTime | String | Update time |
amt | String | The amount of currency held in the insurance fund |
Request Example
None
Response Example
{
"code": 200,
"data": [
{
"amt": "1500479.148682474667630452",
"ccy": "USDT",
"uTime": "1717576945868"
}
],
"msg": "Success"
}