Skip to main content
GET
/
api
/
partner
/
products
/
{slug}
/
health
Vault 健康度(是否 paused、底层是否正常)
curl --request GET \
  --url https://api.barker.money/api/partner/products/{slug}/health \
  --header 'X-Api-Key: <api-key>'
{
  "success": true,
  "data": {
    "is_paused": true,
    "underlying_ok": true,
    "last_block": 123,
    "notes": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.barker.money/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Path Parameters

slug
string
required

Response

200 - application/json

OK

success
boolean
data
object