Last updated 13 days ago
Submit deposit transaction
API Key
curl -L \ --request POST \ --url '/accounts/deposit/submit' \ --header 'Content-Type: application/json' \ --data '{ "signed_tx": "text" }'
{ "tx_hash": "text" }