βοΈSending Custom Events
Sending individual events
Event arguments (args)
args)Key
Type
Description
Value and revenue format
{
"args": {
"value": {
"amount": "1000000",
"currency": {
"identifier": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"identifier_type": "evm_address",
"chain_identifier": 1
}
},
"revenue": {
"amount": "100000",
"currency": {
"identifier": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"identifier_type": "evm_address",
"chain_identifier": 1
}
}
}
}Points and USD values
Currency name
Description
Sending batch events
Last updated