Skip to main content
GET
/
cards
/
virtual-cards
/
{cardId}
/
risk-score-fuse
curl "https://api.cryptomate.me/cards/virtual-cards/card_6f1e2a30-4a3c-4b2e-9a1d-5e8c9b7a1f23/risk-score-fuse" \
  -H "x-api-key: $CRYPTOMATE_API_KEY"
{
  "card_id": "card_6f1e2a30-4a3c-4b2e-9a1d-5e8c9b7a1f23",
  "company_id": "company_abc123",
  "activated_by": "company_abc123",
  "activated_at": "2026-05-31T14:30:00",
  "channel": "API",
  "reason": "Manual override for trusted transaction"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cryptomate.me/llms.txt

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

Returns the current state of the risk score fuse for a virtual card. Returns 404 if no fuse is armed. Requires an API key with access level 1 or higher.

Path parameters

cardId
string
required
Card identifier.

Response

card_id
string
Card identifier the fuse is armed for.
company_id
string
Company identifier that owns the card.
activated_by
string
Identifier of who activated the fuse (company ID for API, user email for Portal).
activated_at
string
ISO 8601 timestamp of when the fuse was armed.
channel
string
Channel through which the fuse was armed (API or PORTAL).
reason
string
Reason provided when arming the fuse, if any.
curl "https://api.cryptomate.me/cards/virtual-cards/card_6f1e2a30-4a3c-4b2e-9a1d-5e8c9b7a1f23/risk-score-fuse" \
  -H "x-api-key: $CRYPTOMATE_API_KEY"
{
  "card_id": "card_6f1e2a30-4a3c-4b2e-9a1d-5e8c9b7a1f23",
  "company_id": "company_abc123",
  "activated_by": "company_abc123",
  "activated_at": "2026-05-31T14:30:00",
  "channel": "API",
  "reason": "Manual override for trusted transaction"
}