transferEvent([payload,])
Params
amount
required
number
an amount to associate with the completion
campaign.id
required
string
the id of the program/campaign requirement belongs to
usd_value
optional
string
the value of the amount field in USD
fee
optional
number
an optional fee to pass into the SDK
transaction_hash
optional
string
The hash of the transaction that this completion should be linked to
token_address
optional
string
a token address (token, NFT, smart contract) that should be associated with this completion
external_identifier
optional
string
a user identifier known to your system, if passed in, ChainVine will associate this with the wallet address if none has been associated yet, this value will be returned to you if present
requirement_id
optional
string
The requirement to track the transfer against, this is only required if you have a program with multiple transfer objectives
Response
message
String
Ok status message on success
Examples
Last updated