/collateral/v1/transactions
Query the status of a CVA transaction
Query Parameters
txId string required
Unique identifier for the transaction
Responses
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
status string
Transaction status, enumeration to be determined
txHash string nullable
{
"status": "string",
"txHash": "string"
}
Loading...