Find auto-swap by ID
Last updated
Last updated
Getting auto-swap data by its ID
Public API-key
Signing the request body with a private API-key
Request content type
application/json
Auto-swap ID
18307f23-8c3a-4094-a86a-8eb07d610947
POST /api-gateway/auto-swaps/get HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 45
{
"id": "18307f23-8c3a-4094-a86a-8eb07d610947"
}
{
"success": true,
"response": {
"id": "18307f23-8c3a-4094-a86a-8eb07d610947",
"organizationId": "7991cb5e-42e7-4712-9cee-5c11980f861a",
"status": "PENDING",
"message": null,
"addressRiskLevel": "Low",
"currencyFrom": "USDT",
"networkFrom": "bsc",
"currencyTo": "BTC",
"networkTo": "bitcoin",
"amountFrom": "1000",
"amountFromUSD": "1000",
"amountTo": "0.1",
"amountToUSD": "990",
"amountToReceive": "0.999",
"rate": "10000",
"blockchainFeeFrom": "0.34",
"blockchainFeeFromUSD": "0.34",
"blockchainFeeTo": "0.001",
"blockchainFeeToUSD": "10",
"serviceFee": "10",
"webhookUrl": "https://merchant.domain/webhooks/...",
"createdAt": "2025-06-09T13:18:29.413Z",
"updatedAt": "2025-06-09T13:18:29.413Z"
}
}