API Reference
Last updated
curl http://apib.baibysitter.xyz/api/transaction --request POST --header 'Content-Type: application/json' --data '{
"chainId": 8453,
"from_address": "0x2af7BA938d51353A5eE998cDB770e006C57b252B",
"to_address": "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b",
"data": "0xa9059cbb0000000000000000000000007357ad9f66b6e4e056f8f4a469844f4fab00f1440000000000000000000000000000000000000000000000007ce66c50e2840000",
"value": "0",
"reason": "i want to transfer 9 virtuals to 0x7357ad9F66B6E4e056F8f4a469844F4faB00F145"
}'{
"transaction_id": "497da974-7e74-461e-a85d-40b469ef6d1f",
"validations": {
"agent": {
"risks_detected": [
"Intent mismatch between Primary Reason and simulated behavior"
],
"status": "rejected",
"message": "The transaction is rejected due to a mismatch in recipient addresses between the Primary Reason and sentinel information. Expected recipient 0x7357ad9F66B6E4e056F8f4a469844F4faB00F145 but found 0x7357ad9f66b6e4e056f8f4a469844f4fab00f144. This could indicate a potential risk of funds being sent to an unintended recipient.",
"warnings_considered": []
}
},
"created_at": "2025-09-17T01:45:55.700394",
"updated_at": "2025-09-17T01:46:08.676536",
"status": "completed"
}{
"detail": [
{
"loc": ["body", "chainId"],
"msg": "field required",
"type": "value_error.missing"
}
]
}