POST /api/card-info

Get card information by ID

Request Body:

{
  "cardId": "1234567"
}

Response:

{
  "cardId": "1234567",
  "chainId": 1,
  "chainName": "Ethereum",
  "active": true,
  "status": "active",
  "formattedAmount": "1.0 ETH",
  "creator": "0x...",
  "message": "Happy Birthday!",
  "createdAt": "2025-01-01T00:00:00.000Z"
}

← Back to API Docs