Skip to main content

Get Proof Of Reserves

Description

Get Proof Of Reserves

HTTP Request

  • GET /api/v3/market/proof-of-reserves
  • Rate limit: 20/sec/IP
Request
curl "https://api.bitget.com/api/v3/market/proof-of-reserves"

Request Parameters

N/A

Response
{
"code": "00000",
"msg": "success",
"requestTime": 1753845058586,
"data": {
"merkleRootHash": "e0dff99bbe2c2dcb",
"totalReserveRatio": "175%",
"list": [
{
"coin": "BTC",
"userAssets": "9530.89",
"platformAssets": "29679.59",
"reserveRatio": "311%"
},
{
"coin": "USDT",
"userAssets": "1948633388.98",
"platformAssets": "1985576297.93",
"reserveRatio": "102%"
},
{
"coin": "ETH",
"userAssets": "195465.81",
"platformAssets": "294561.45",
"reserveRatio": "151%"
},
{
"coin": "USDC",
"userAssets": "58830275.64",
"platformAssets": "157216065.76",
"reserveRatio": "267%"
}
]
}
}

Response Parameters

ParameterTypeComments
merkleRootHashStringMerkle root hash
totalReserveRatioStringTotal reserve ratio
Returned in decimal form. For example, 1.99 represents 199%
Precision is two decimal places
listArrayList
>coinStringCurrency name
>platformAssetsStringPlatform funds
Precision is two decimal places, with the unit being the corresponding currency (coin)
>userAssetsStringUser funds
Precision is two decimal places, with the unit being the corresponding currency (coin)
>reserveRatioStringReserve ratio
Returned in decimal form. For example, 1.99 represents 199%
Precision is two decimal places

How was your Reading Experience with us?