OnLink
API reference

Read a USDT send

GET
/v1/usdt/sends/{id}

Authorization

partner-key
X-OnLink-Key<token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/usdt/sends/string"
{  "id": "ed9f1e6a-0000-4000-8000-000000000040",  "status": "awaiting_confirmation",  "destinationWalletId": "fa9f1e6a-0000-4000-8000-000000000050",  "usdtAmount": "25.500000",  "partnerReference": "PS-SEND-000123",  "failureReason": "USDT_SEND_INSUFFICIENT_LEDGER_BALANCE",  "createdAt": "2026-09-16T00:00:00.000Z",  "confirmedAt": "2026-09-16T00:02:00.000Z",  "confirmation": {    "id": "df9f1e6a-0000-4000-8000-000000000030",    "channel": "email",    "deliveredTo": "o***@partner.co.ke",    "expiresAt": "2026-09-11T00:15:00.000Z",    "resendAvailableAt": "2026-09-11T00:00:15.000Z"  }}