Currency Status Update

A webhook with the currencyStatus.updated type will receive a call when a currency is enabled or disabled by admin change. Example:

# Headers
    x-webhook-id:     b9827a46-6ca9-4027-b318-b11293ec2728 
    x-webhook-timestamp:  1716975338
    x-webhook-signature:  v1,84Z8uQuAJ/L69HLKDG40TEQAAaFdZFiliX9rYHBCePg=
    
# Payload
{
  "type": "currencyStatus.updated",
  "createdAt": "2024-05-29T09:35:36.724629Z",
  "data": {
    "currencyId": "abc123",
    "currency": "Ethereum",
    "status": "enabled"
  }
}



  © 2025 Taurus SA. All rights reserved.