11# SEP-0006 (Deposit and Withdrawal API) Compatibility Matrix
22
3- ** Generated:** 2026-02-14 20:32:36
3+ ** Generated:** 2026-04-03 17:48:35
44
55** SEP Version:** 4.3.0<br >
66** SEP Status:** Active (Interactive components are deprecated in favor of SEP-24)<br >
7- ** SDK Version:** 1.3.0 <br >
7+ ** SDK Version:** 1.3.1 <br >
88** SEP URL:** https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0006.md
99
1010## SEP Summary
@@ -13,10 +13,10 @@ A programmatic API for anchors and wallets to handle deposits and withdrawals wi
1313
1414## Overall Coverage
1515
16- ** Total Coverage:** 100.0% (72/72 fields)
16+ ** Total Coverage:** 100.0% (73/73 fields)
1717
18- - ✅ ** Implemented:** 72/72
19- - ❌ ** Not Implemented:** 0/72
18+ - ✅ ** Implemented:** 73/73
19+ - ❌ ** Not Implemented:** 0/73
2020- ** Required Fields:** 100.0% (4/4)
2121
2222## Implementation Status
@@ -101,7 +101,7 @@ A programmatic API for anchors and wallets to handle deposits and withdrawals wi
101101| Deposit | 100.0% | 1/1 | 16 | 16 |
102102| Deposit Exchange | 100.0% | 1/1 | 18 | 18 |
103103| Info | 100.0% | N/A | 1 | 1 |
104- | Withdraw | 100.0% | 1/1 | 17 | 17 |
104+ | Withdraw | 100.0% | 1/1 | 18 | 18 |
105105| Withdraw Exchange | 100.0% | 1/1 | 20 | 20 |
106106
107107## Detailed Field Comparison
@@ -163,6 +163,7 @@ A programmatic API for anchors and wallets to handle deposits and withdrawals wi
163163| ` asset_code ` | | ✅ | ` assetCode ` | Code of the on-chain asset the user wants to withdraw. The value passed must match one of the cod... |
164164| ` funding_method ` | ✓ | ✅ | ` fundingMethod ` | A method supported by the Anchor for transferring or settling assets. Must match one of the value... |
165165| ` account ` | | ✅ | ` account ` | (optional) The classic account, muxed account, or contract account that the client will use as th... |
166+ | ` memo ` | | ✅ | ` memo ` | (optional) This field should only be used if SEP-10 or SEP-45 authentication is not. It was origi... |
166167| ` lang ` | | ✅ | ` lang ` | (optional) Defaults to ` en ` if not specified or if the specified language is not supported. Langu... |
167168| ` on_change_callback ` | | ✅ | ` onChangeCallback ` | (optional) A URL that the anchor should ` POST ` a JSON message to when the ` status ` property of th... |
168169| ` amount ` | | ✅ | ` amount ` | (optional) The amount of the asset the user would like to withdraw. This field may be necessary f... |
0 commit comments