Body
application/json
Response
200
{
"id": "<string>",
"date": "2023-11-07T05:31:56Z",
"kind": "wallet.offer.accepted",
"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"
}
},
"retryOf": "<string>",
"timestampSent": 123,
"deliveryAttempt": 2
}The offer was accepted and this settlement was confirmed on chain.
{
"id": "<string>",
"date": "2023-11-07T05:31:56Z",
"kind": "wallet.offer.accepted",
"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"
}
},
"retryOf": "<string>",
"timestampSent": 123,
"deliveryAttempt": 2
}Was this page helpful?