Global Account
Get Withdrawal
GET /v2/withdrawal/ — retrieve a single withdrawal by its end2end ID.
A withdrawal moves funds from your Noxpay balance to a whitelisted wallet or PIX key.
Response
Path parameters
| Parameter | Description |
|---|---|
id | The end2end identifier (e.g. NOXwdr001) |
Response 200 OK
Attributes
| Field | Type | Description |
|---|---|---|
amount_discounted | float | Amount actually sent after deducting the network fee |
amount_received | float | Amount originally requested |
currency_received | string | Asset display name (e.g. USDT TRC20) |
currency_receive_code | string | Asset code (e.g. USDT) |
address | string | Destination blockchain address |
tx_hash | string | On-chain transaction hash |
explorer_url | string | Block explorer URL for the transaction |
network_fee | string | Blockchain network fee paid |
group_id | string | Whitelist group ID used for this withdrawal |
notes | string | Optional notes attached to the withdrawal |
404 — withdrawal not found or does not belong to your account.
For all status / substatus values see Withdrawal statuses.

