βοΈSending Custom Events through the API
This guide shows how to send trigger events through the API
Sending Individual events
{
"args": {
"value": {
"amount": "1000000", // 1 USDC
"currency": {
"identifier": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", // USDC
"identifier_type": "evm_address",
"chain_identifier": 1
}
},
"revenue": {
"amount": "100000", // 0.1 USDC
"currency": {
"identifier": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", // USDC
"identifier_type": "evm_address",
"chain_identifier": 1
}
}
}
}
Sending Batch Events
Last updated