# Gives current USD value of provided amount of Nano. **POST /api/payments/nano-to-usd** ## Servers ## Authentication methods - Basic auth ## Parameters ### Body: (object) - **nanoAmount** (string) Amount in Nano (Raw). ## Responses ### 400 400 Bad Request #### Body: (object) - **errorCode** (string) - **errorMessage** (string) ### 200 200 OK #### Body: (object) - **usdAmount** (string) Amount in USD. ### 401 401 Unauthorized #### Body: (object) - **errorCode** (string) - **errorMessage** (string) ### 500 500 Internal Server Error #### Body: (object) - **errorCode** (string) - **errorMessage** (string) [Powered by Bump.sh](https://bump.sh)