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