Http

Webhook body:

{
  "actionType”: "userExchangedTokens",
  "payload": {
    "clientForeignId": "test-client",
    "amount": "15000000000",
    "txHash": "0xabcabcabc",
    "amountUsd": "15000"
  }
}
Key
Description
Type

clientForeignId

Anonymised user identification

string

amount

Sum in FWD that the customer had convert

1FWD = 1e18

amountUsd

Sum in USD that the customer had convert

1USD = 1e6

txHash

Transaction hash

string

Last updated