{ "id": "<string>", "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", "memo": "<string>", "settlementTransactionId": "tx-583hu-sp2p7-slvb9nqpa3hd8bus", "dateSettled": "2023-11-07T05:31:56Z" } }, "timestampSent": 123, "deliveryAttempt": 2, "retryOf": "<string>" }
A new offer was made to a wallet.
wallet.offer.received
Show child attributes
x >= 1
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.
Was this page helpful?