logo
Merchant Withdrawals APIGet Withdrawal

Get Withdrawal

curl -X GET "https://api.example.com/v1/api/v1/withdrawals/123e4567-e89b-12d3-a456-426614174000" \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "data": {
    "address": "TXqZ5nM3YwK8vR2pL7dFcJ6hG9bE4sA1uN",
    "amount": "150.00",
    "amount_to_receive": "149.00",
    "created_at": "2026-02-26T14:30:00+00:00",
    "external_tx_id": "a1b2c3d4e5f6...",
    "network_fee": "1.00",
    "processed_at": "2026-02-26T14:35:00+00:00",
    "status": "completed",
    "updated_at": "2026-02-26T14:35:00+00:00",
    "withdraw_uuid": "b3f1a2c4-5d6e-7f8a-9b0c-1d2e3f4a5b6c",
    "withdrawal_method_id": 1
  },
  "successful": true
}
GET
/api/v1/withdrawals/{withdraw_uuid}
GET
API Key (header: X-Api-Key)
X-Api-Keystring
Required

Merchant API Key.

Merchant API Key.
path
withdraw_uuidstring
Required

Withdrawal UUID

Format: uuid
Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-Api-Keystring
Required

API Key for authentication. Merchant API Key.

Path Parameters

Responses

successfulboolean

Whether the request was successful

dataobject
Required