v1
latestOpenAPI 3.1.02026-07-26460218.4 KBTransactions
Get Send Transaction
This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.
A successful POST request typically returns a 200 OK or 201 Created response code.
get/sends/{id}
Path parameters
idstring required
Unique identifier of the sent trasaction.
Response
Get Send Transaction
Example response
{
"amount": 15,
"createdAt": "2025-10-31T17:41:38.833Z",
"currency": "USDT",
"destinationAddress": "TP8iP5xDUaSu92gViDEaz2Ps6aAinRn6iX",
"destinationType": "EXTERNAL",
"externalId": "6b4778ab-e65d-531d-8bbe-373ae6edef18",
"id": "ec409418-d074-527b-bee3-f37df419811c",
"network": "TRC20",
"networkFee": 3.08424,
"partnerId": "7882e37a-51c7-4e6f-80cc-4d9ca99e39ae",
"sequenceId": "14d7ca44-afad-4d08-97d2-e98de10dfaf-22",
"sourceAddress": "ec96d00e-67d3-4da0-8022-cf267f7e67e5",
"sourceVaultId": "ec96d00e-67d3-4da0-8022-cf267f7e67e5",
"status": "complete",
"token": "USDT_TRC20",
"type": "send",
"updatedAt": "2025-10-31T17:44:11.042Z"
}