# Get withdrawal **GET /api/v1/withdrawals/{transactionId}** Returns a single withdrawal belonging to the authenticated API key owner. ## Servers - https://api.lumetrade.com: https://api.lumetrade.com () ## Parameters ### Headers - **X-API-KEY** (string) Public API key issued from the Lumetrade API key management flow. - **X-API-SECRET** (string) API secret paired with the public API key. ### Path parameters - **transactionId** (string) Withdrawal transaction id returned by the withdrawal list endpoint. ## Responses ### 200 Withdrawal returned successfully #### Body: application/json (object) - **amount** (number) Withdrawal amount. - **fee** (number) Withdrawal fee. - **currency** (string) Withdrawal currency code. - **withdrawDetails** (object) Raw withdrawal details stored as JSON object. - **status** (string) Withdrawal status. - **transactionId** (string) Transaction id for withdrawal lookups. - **createdAt** (string(date-time)) Withdrawal creation timestamp. - **completedAt** (string(date-time)) Completion timestamp. - **isFiat** (boolean) Whether this withdrawal used a fiat route. ### 404 Withdrawal was not found for the authenticated user #### Body: application/json (object) - **amount** (number) Withdrawal amount. - **fee** (number) Withdrawal fee. - **currency** (string) Withdrawal currency code. - **withdrawDetails** (object) Raw withdrawal details stored as JSON object. - **status** (string) Withdrawal status. - **transactionId** (string) Transaction id for withdrawal lookups. - **createdAt** (string(date-time)) Withdrawal creation timestamp. - **completedAt** (string(date-time)) Completion timestamp. - **isFiat** (boolean) Whether this withdrawal used a fiat route. [Powered by Bump.sh](https://bump.sh)