Retrieve detailed information about a specific withdrawal using its unique identifier
curl --request GET \
--url https://api.staging.layer1.com/trade/v1/venues/withdrawals/{withdrawalId} \
--header 'Authorization: Bearer <token>'{
"id": "123e4567-e89b-12d3-a456-426614174000",
"asset": {
"code": "ETH"
},
"venue": "binance",
"status": "COMPLETED",
"amount": "0.5",
"blockchainDestination": {
"address": 6.6325114945411165e+47,
"network": "ETH"
},
"reference": "WITHDRAW-ETH-001",
"venueTransferId": "WITHDRAW-456",
"createdAt": "2023-10-01T12:00:00Z",
"updatedAt": "2023-10-01T12:30:00Z",
"blockchainMetadata": {
"hash": "0x1234567890abcdef..."
},
"fiatMetadata": null,
"failureMessage": null
}Documentation Index
Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.staging.layer1.com/trade/v1/venues/withdrawals/{withdrawalId} \
--header 'Authorization: Bearer <token>'{
"id": "123e4567-e89b-12d3-a456-426614174000",
"asset": {
"code": "ETH"
},
"venue": "binance",
"status": "COMPLETED",
"amount": "0.5",
"blockchainDestination": {
"address": 6.6325114945411165e+47,
"network": "ETH"
},
"reference": "WITHDRAW-ETH-001",
"venueTransferId": "WITHDRAW-456",
"createdAt": "2023-10-01T12:00:00Z",
"updatedAt": "2023-10-01T12:30:00Z",
"blockchainMetadata": {
"hash": "0x1234567890abcdef..."
},
"fiatMetadata": null,
"failureMessage": null
}