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

Submit deposit transaction

Submit deposit transaction

post

Submit deposit transaction

Authorizations
Header parameters
X-API-KEYstringRequired

API Key

Body
signed_txstringRequired
Responses
200

OK

application/json
tx_hashstringOptionalExample: 3b40265111d8bb3c3c608d95b3a0bf83461ace32d79336579a1939b3aad1c0b7
post/accounts/deposit/submit
POST /accounts/deposit/submit HTTP/1.1
X-API-KEY: text
Content-Type: application/json
Accept: */*
Content-Length: 20

{
  "signed_tx": "text"
}
{
  "tx_hash": "3b40265111d8bb3c3c608d95b3a0bf83461ace32d79336579a1939b3aad1c0b7"
}

Last updated