# POST /currencies.json **POST /currencies.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **exchangeRate** (number(float)) Exchange rate - **iso** (string) Iso - **name** (string) Name - **roundUp** (boolean | null) Round up - **symbol** (string) Symbol - **useLiveRates** (boolean | null) Use live rates ## Responses ### 200 Successful response #### Body: application/json (object) - **createdAt** (string(date-time)) Created at - **exchangeRate** (number(float)) Exchange rate - **id** (integer(int32)) Id - **iso** (string) Iso - **name** (string) Name - **roundUp** (boolean | null) Round up - **symbol** (string) Symbol - **updatedAt** (string(date-time)) Updated at - **useLiveRates** (boolean | null) Use live rates [Powered by Bump.sh](https://bump.sh)