Retrieve signing parameters by transaction Id
Request Endpoint:
GET /odata/v1.0/Transactions({key})/GetSigningParametersParameters
91baa4d6-85af-4780-1de7-08daa77fbe04Request Body
Response Body Example
{
"Amount": "string",
"TargetAddress": "string",
"Nonce": "string",
"GasPrice": "string",
"GasLimit": "string",
"DataToSign": "string",
"ChainId": "string"
}Response Body Parameters:
Responses
Last updated
Was this helpful?