Insurance Fund Balance
curl --request GET \
--url https://api.roxom.com/v1/market/insurance-fund \
--header 'X-API-Key: <api-key>' \
--header 'X-API-Signature: <api-key>'{
"data": {
"balance": "<string>",
"updatedAt": 123
},
"error": true
}Market
Insurance Fund Balance
Retrieve the current insurance fund balance and related information for risk management.
GET
/
v1
/
market
/
insurance-fund
Insurance Fund Balance
curl --request GET \
--url https://api.roxom.com/v1/market/insurance-fund \
--header 'X-API-Key: <api-key>' \
--header 'X-API-Signature: <api-key>'{
"data": {
"balance": "<string>",
"updatedAt": 123
},
"error": true
}Authorizations
Your API key
The signature of the request
Query Parameters
Available options:
sats, btc Last modified on May 14, 2026
Was this page helpful?
โI