Skip to main content
WEBHOOK
wallet.offer.received
{
  "id": "whe-544ul-uqgad-jkgltj5p6fvd04cj",
  "date": "2023-11-07T05:31:56Z",
  "kind": "wallet.offer.received",
  "data": {
    "offer": {
      "id": "offer-3ugfu-o8duj-vqu770ckmg7ilhp4",
      "orgId": "or-30tnh-itmjs-s235s5ontr3r23h2",
      "walletId": "wa-5pfuu-9euek-h0odgb6snva8ph3k",
      "network": "Algorand",
      "kind": "Native",
      "metadata": {
        "asset": {
          "symbol": "<string>",
          "decimals": 123,
          "verified": true,
          "quotes": {
            "EUR": 123,
            "USD": 123
          }
        }
      },
      "txHash": "<string>",
      "status": "Pending",
      "from": "<string>",
      "to": "<string>",
      "value": "<string>",
      "timestamp": "2023-11-07T05:31:56Z",
      "expiresAt": "2023-11-07T05:31:56Z"
    }
  },
  "retryOf": "<string>",
  "timestampSent": 123,
  "deliveryAttempt": 2
}

Body

application/json
id
string
required
Maximum length: 64
Example:

"whe-544ul-uqgad-jkgltj5p6fvd04cj"

date
string<date-time>
required
kind
enum<string>
required
Available options:
wallet.offer.received
data
object
required
timestampSent
integer
required
deliveryAttempt
integer
required
Required range: x >= 1
retryOf
string

Response

200

Respond with a 200 to indicate that the event was successfully received. If your endpoint returns anything else than a 200 status code, we will consider the delivery has failed and retry later. See details here.

I