Skip to main content
GET
/
v1
/
admin
/
treasury
/
snapshot
Treasury snapshot
curl --request GET \
  --url https://api.clipping.cc/v1/admin/treasury/snapshot \
  --header 'Authorization: Bearer <token>'
{
  "snapshot": {
    "cash_microreais": 123,
    "cash_brl": 123,
    "accrued_microreais": 123,
    "accrued_brl": 123,
    "free_microreais": 123,
    "free_brl": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt

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

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer ck_live_…

Response

Cash, accrued and free.

snapshot
object