Transfer initialization request without private key
Parametrs
Description
{
"data": { // transfer data
"id": "c9928e0f-0db6-4bfa-96e7-30ca994beac2", // transaction ID
"approveHash": "0x9887395a0537d84da3d8644e767555a9b524b33757de59a19cef5184c0d98ce8", // hash of token transaction confirmation (if a native token is sent - this field is empty)
"transferHash": "0x41095a6c033d9c08da1338c5ec101ab82e2123b441b9df25df821ee14e2c8624", // hash of transfer transaction data
},
"success": true // request success flag
}{
"success": false, // request success flag
"message": "Validation error", // error message
"errors": [ // list of errors
{
"field": "id", // request field, the validation of which ended with an error
"messages": [ // validation error messages
"Field are required"
]
}
]
}Last updated