Skip to content

tradable.maturity
Webhook

Request

Tradable - Maturity Event

Triggered when a treasury bill held by the pocket referenced in the event payload has matured.

Bodyapplication/jsonrequired
event_idstring, (uuid)(Event Id)required
timestampstring, (date-time)(Timestamp)required
payloadobject(TradableMaturityPayload)required
event_typestring(Event Type)required
Value:"tradable.maturity"
Payload
{ "event_id": "a7a26ff2-e851-45b6-9634-d595f45458b7", "timestamp": "2019-08-24T14:15:22Z", "payload": { "jiko_account_id": "8a7ec6c0-2701-40a1-8954-68870964b50d", "cusip": "string", "cusip_maturity_date": "2019-08-24T14:15:22Z", "trading_strategy": "string" }, "event_type": "tradable.maturity" }

Responses

Successful Response

Bodyapplication/json
any
Response
// No response example