Skip to main content
GET
/
trade
/
v1
/
venues
/
withdrawals
/
{withdrawalId}
Get venue withdrawal
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.

Path Parameters

withdrawalId
string<uuid>
required

Unique identifier of the withdrawal to retrieve

Response

Withdrawal found and returned successfully

totalElements
integer<int64>

total number of items in all pages

content
object[]

list of items

pageable
object