max_rate 但未指定条件 above 或 within_range。min_rate 但未指定条件 below 或 within_range。usd/cop、cop/usd、usd/mxn、mxn/cop 以外的不支持货币对。valid_until 设置为过去的日期,或未采用正确的 ISO 8601 格式。alerts.fx_rate.triggered Webhook。currency_pair、max_rate、min_rate)。Authorization: Bearer ********************curl --location 'https://api.cobre.co/v1/alerts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "fx_rate",
"alias": "Above Example",
"metadata": {
"condition": "above",
"currency_pair": "usd/cop",
"max_rate": 3500
},
"valid_until": "2026-05-17T04:00:00Z"
}'{
"id": "alt_7vH5YA5CI4",
"creator": "usr_68TbxU1Uif",
"type": "fx_rate",
"alias": "Above Example",
"active_status": true,
"metadata": {
"condition": "above",
"currency_pair": "usd/cop",
"max_rate": 3500
},
"valid_until": "2026-05-17T04:00:00Z",
"created_at": "2026-04-17T04:36:58Z",
"updated_at": "2026-04-17T04:36:58Z"
}