Skip to main content

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: The currency_id of tokens transacted.
  • guid: Unique transaction ID on the platform.
  • event: RECEIVE
  • network: 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 the amount.
  • signature: The transaction signature on the blockchain.
  • status: The status of the transaction. SUCCESS or FAILED.
  • 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: The currency_id of tokens transacted.
  • event: SEND
  • guid: 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 if status is SUCCESS.
  • signature: The transaction signature on the blockchain.
  • status: The status of the transaction. SUCCESS or FAILED.
  • 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: EXECUTION
  • func_name: (string) The name of the execution function. createPrimaryTokenAddress, createAddresses, or sweep.
  • 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 or FAILED.
  • 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_CREATED
  • network: 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.