Submit order Transaction
Submit deposit transaction
Header parameters
X-API-KEYstringRequired
API Key
Body
signed_txstringRequired
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
post
POST /accounts/deposit/submit HTTP/1.1
Host:
X-API-KEY: text
Content-Type: application/json
Accept: */*
Content-Length: 20
{
"signed_tx": "text"
}
{
"tx_hash": "text"
}
Last updated