Skip to main content

Webhook

This section contains the webhook notification events for Ethereum 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 included in a block and when its 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.
  • event: RECEIVE
  • guid: Unique transaction ID on the platform.
  • network: The network of the wallet that triggered the event. ethereum.
  • recipient: The address that received the tokens.
  • sender: The address that sent the tokens.
  • service_fee: The amount paid in service fees from the amount.
  • status: The status of the transaction. PENDING, SUCCESS or FAILED.
  • timestamp: The unix timestamp of when the notification was emitted.
  • tx_hash: The transaction hash on the blockchain.
  • wallet: The ID of the wallet that triggered the event.

Send Tokens

This notification is sent when a send transaction is included in a block and when its 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. ethereum.
  • network_fee: The amount paid in network fees. (Paid in ETH)
  • recipient: The address that received the tokens.
  • sender: The address that sent the tokens.
  • service_fee: The amount paid in service fees. Only collected if status is SUCCESS.
  • status: The status of the transaction. PENDING, SUCCESS or FAILED.
  • timestamp: The unix timestamp of when the notification was emitted.
  • tx_hash: The transaction hash on the blockchain.
  • wallet: The ID of the wallet that triggered the event.

Execution

This notification is sent when an execution is included in a block and when its 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. constructor, createAddresses, or sweep.
  • guid: Unique execution ID on the platform.
  • network: The network of the wallet that triggered the event. ethereum.
  • network_fee: The amount paid in network fees. (Paid in ETH)
  • notes: (string) Description of the execution.
  • status: The status of the execution. PENDING, SUCCESS or FAILED.
  • timestamp: The unix timestamp of when the notification was emitted.
  • tx_hash: The transaction hash on the blockchain.
  • 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.
  • event: ADDRESS_CREATED
  • network: The network of the wallet that triggered the event. ethereum.
  • timestamp: The unix timestamp of when the notification was emitted.
  • wallet: The ID of the wallet that triggered the event.