For the complete documentation index, see llms.txt. This page is also available as Markdown.

Submit deposit hash

Record a deposit transaction hash

post

Records the origin-chain deposit transaction hash and notifies 1click. For MEMO deposit-mode chains (e.g. Stellar) the memo is required: it identifies the execution together with the deposit address and is forwarded to 1click. The memo is returned in the create and list responses; omitting it for a MEMO-mode deposit returns 404. SIMPLE-mode chains (unique deposit address) omit the memo.

Body
depositAddressstringOptionalExample: 0x0000000000000000000000000000000000000000
memostringOptional

Memo identifies the execution together with depositAddress for MEMO deposit-mode chains (e.g. Stellar)

Example: 86825672
txHashstringOptionalExample: 0x...
Responses
200

OK

application/json
post/api/v1/executions/deposit/submit

Last updated