coinbase.com/coinbase-messaging-payment-activity:1.0
Payment messages can be one of two types:
Name | Description |
---|---|
currencyCode | Specifies the cryptocurrency being transacted. |
fromAddress | The sender’s cryptocurrency wallet address. |
network | Details of the network on which the transaction is being conducted. |
toAddress | The recipient’s cryptocurrency wallet address. |
transactionHash | A unique identifier for the transaction. |
transactionHash
can be used to fetch additional details and verify that the transaction has succeeded.Name | Description |
---|---|
fromAddress | The sender’s cryptocurrency wallet address. |
network | Details of the network on which the transaction is being conducted. |
sponsoredTxId | A unique identifier for the sponsored transaction. |
toAddress | The recipient’s cryptocurrency wallet address. |
transactionHash
using the sponsoredTxId
, make a GET request to the provided endpoint:
sponsoredTxId
. This endpoint will return the transactionId
, which is equivalent to the transaction hash, allowing you to verify the transaction on the relevant blockchain.