# Get Transfer (beta) **GET /v1/transfers/{transfer_id}** Get transfer object by ID. ## HTTP Request `POST /v1/transfers/{transfer_id}` ## Returns A successful response returns a `Transfer` object. ## Servers - Production: https://api.moonkey.fun (Production) ## Authentication methods - Authorization ## Parameters ### Path parameters - **transfer_id** (string) ID of the transfer to confirm ## Responses ### 200 OK #### Body: application/json (object) - **id** (string) - **app_id** (string) - **user_id** (string) - **status** (string) - **source** (string) - **source_amount** (string) - **dest** (string) - **dest_amount** (string) - **dest_currency** (string) - **source_currency** (string) - **custom_id** () - **total_fees** (string) - **notes** (string) - **blockchain_tx_hash** (string) - **completed_at** (integer) - **cancelled_at** (integer) - **expires_at** (integer) - **created_at** (integer) - **updated_at** (integer) [Powered by Bump.sh](https://bump.sh)