Webhook
This section contains the webhook notification events for Solana wallets.
info
Click here to learn how to verify the authenticity of webhook notifications.
Receive Tokens
This notification is sent when a receive transaction is confirmed on our platform.
amount
: The amount of tokens transacted.block_number
: The number of the block containing the transaction.currency
: Thecurrency_id
of tokens transacted.guid
: Unique transaction ID on the platform.event
: RECEIVEnetwork
: The network of the wallet that triggered the event.solana
.recipient
: The address that received the tokens.service_fee
: The amount paid in service fees from theamount
.signature
: The transaction signature on the blockchain.status
: The status of the transaction.SUCCESS
orFAILED
.timestamp
: The unix timestamp of when the notification was emitted.wallet
: The ID of the wallet that triggered the event.
Send Tokens
This notification is sent when a send transaction is confirmed on our platform.
amount
: The amount of tokens transacted.block_number
: The number of the block containing the transaction.comment
: Optional comment only visible to wallet owner.currency
: Thecurrency_id
of tokens transacted.event
: SENDguid
: Unique transaction ID on the platform.network
: The network of the wallet that triggered the event.solana
.network_fee
: The amount paid in network fees. (Paid in SOL)recipient
: The address that received the tokens.rent_required
: The rent required for the transaction. (Paid in SOL)service_fee
: The amount paid in service fees. Only collected ifstatus
isSUCCESS
.signature
: The transaction signature on the blockchain.status
: The status of the transaction.SUCCESS
orFAILED
.timestamp
: The unix timestamp of when the notification was emitted.wallet
: The ID of the wallet that triggered the event.
Execution
This notification is sent when an execution is confirmed on our platform.
block_number
: The number of the block containing the execution.event
: EXECUTIONfunc_name
: (string) The name of the execution function.createPrimaryTokenAddress
,createAddresses
, orsweep
.guid
: Unique execution ID on the platform.network
: The network of the wallet that triggered the event.solana
.network_fee
: The amount paid in network fees. (Paid in SOL)notes
: (string) Description of the execution.rent_required
: The rent required for the transaction. (Paid in SOL)signature
: The transaction signature on the blockchain.status
: The status of the execution.SUCCESS
orFAILED
.timestamp
: The unix timestamp of when the notification was emitted.wallet
: The ID of the wallet that triggered the event.
Address Created
This notification is sent when a new deposit address is created.
address
: The deposit address that was created.currency
: The currency of the deposit address created.event
: ADDRESS_CREATEDnetwork
: The network of the wallet that triggered the event.solana
.timestamp
: The unix timestamp of when the notification was emitted.wallet
: The ID of the wallet that triggered the event.