curl -X GET "https://api.stableyard.fi/sdk/v1/get-transaction?transactionId=tx_abc123xyz" \ -H "Authorization: Basic $(echo -n $STABLEYARD_APP_ID:$STABLEYARD_APP_SECRET | base64)"
{ "success": true, "data": { "id": "tx_abc123xyz", "type": "payment", "status": "completed", "amount": "100.00", "token": "USDC", "from": { "userId": "user_sender123", "paymentAddress": "alice@partner", "walletAddress": "0x1234..." }, "to": { "userId": "user_recipient456", "paymentAddress": "merchant@partner", "walletAddress": "0x5678..." }, "fee": "0.50", "chainId": 8453, "txHash": "0xabcdef1234567890...", "createdAt": "2024-01-15T10:30:00Z", "completedAt": "2024-01-15T10:30:15Z" }, "requestId": "req_xyz789" }
Get complete details of a single transaction
Basic base64(STABLEYARD_APP_ID:STABLEYARD_APP_SECRET)
tx_abc123xyz
Show properties
deposit
payment
settlement
pending
processing
completed
failed