Find a specific transaction by external transaction ID
GET {{baseUrl}}/transactions/external_tx_id/:externalTxId
Returns transaction by external transaction ID.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"externalTxId": "<string>",
"status": "<string>",
"subStatus": "<string>",
"txHash": "<string>",
"operation": "UNSTAKE",
"note": "<string>",
"assetId": "<string>",
"source": {
"type": "UNKNOWN",
"subType": "<string>",
"id": "<string>",
"name": "<string>",
"walletId": "<uuid>",
"tradingAccount": "<string>"
},
"sourceAddress": "<string>",
"tag": "<string>",
"destination": {
"type": "ONE_TIME_ADDRESS",
"subType": "<string>",
"id": "<string>",
"name": "<string>",
"walletId": "<uuid>",
"tradingAccount": "<string>"
},
"destinations": [
{
"destinationAddress": {
"description": "Address where the asset was transferred."
},
"destinationAddressDescription": {
"description": "Description of the address."
},
"amount": "<string>",
"amountUSD": "<string>",
"amlScreeningResult": {
"provider": "<string>",
"payload": {}
},
"destination": {
"type": "FIAT_ACCOUNT",
"subType": "<string>",
"id": "<string>",
"name": "<string>",
"walletId": "<uuid>",
"tradingAccount": "<string>"
},
"authorizationInfo": {
"allowOperatorAsAuthorizer": "<boolean>",
"logic": "OR",
"groups": [
{
"th": "<number>",
"users": {
"sunt_c7c": "PENDING_AUTHORIZATION"
}
},
{
"th": "<number>",
"users": {
"eu_0": "APPROVED",
"Excepteur1b": "NA"
}
}
]
}
},
{
"destinationAddress": {
"description": "Address where the asset was transferred."
},
"destinationAddressDescription": {
"description": "Description of the address."
},
"amount": "<string>",
"amountUSD": "<string>",
"amlScreeningResult": {
"provider": "<string>",
"payload": {}
},
"destination": {
"type": "COMPOUND",
"subType": "<string>",
"id": "<string>",
"name": "<string>",
"walletId": "<uuid>",
"tradingAccount": "<string>"
},
"authorizationInfo": {
"allowOperatorAsAuthorizer": "<boolean>",
"logic": "AND",
"groups": [
{
"th": "<number>",
"users": {
"est_b": "REJECTED",
"suntd": "NA"
}
},
{
"th": "<number>",
"users": {
"in1": "APPROVED",
"officia_e07": "PENDING_AUTHORIZATION"
}
}
]
}
}
],
"destinationAddress": "<string& Curl curl -X GET 'https://api.fireblocks.io/v1/transactions/external_tx_id/:externalTxId' -H 'Accept: application/json' ENDPOINTS |