Get Transaction
GET
/api/Transaction/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/Transaction/'
Response Response Example
{
"id": "string",
"parentId": "string",
"type": "string",
"transactionDate": "2024-01-01T00:00:00Z",
"source": "string",
"sourceAssetCurrency": "string",
"sourceValue": 100.0,
"destination": "string",
"destinationAssetCurrency": "string",
"message": "string",
"vaultId": "string",
"vaultName": "string",
"hash": "string",
"status": "Pending"
}
Request
Path Params
id
string
required