Transactions
Inject Transaction
Inject a transaction into the watch system for real-time risk evaluation.
POST
Blnk Watch is currently in beta. Send us a message
Any extra Blnk attributes you want rules to use should be sent inside
meta_data.The field names match Blnk transaction naming —
transaction_id, amount, currency, source, destination, created_at, meta_data — so mapping from Blnk Core stays predictable. Body
The transaction amount to evaluate.
The three-letter ISO currency code. For example,
USD.A unique identifier for the transaction. If not provided, Watch generates a UUID.
The source balance identifier.
The destination balance identifier.
A free-form description of the transaction.
The transaction timestamp in ISO 8601 format. If not provided, Watch uses the current server time.
Additional metadata as key-value pairs. Use this to pass Blnk attributes needed by your rules.