# Called to get a sell quote for a transaction **GET /sell-quote** Returns a sell quote for a transaction with requested values ## Servers - Sandbox Server: https://ramp-api.dev.stably.io/public/api/v1 (Sandbox Server) - Production Server: https://ramp-api.prod.stably.io/public/api/v1 (Production Server) ## Parameters ### Query parameters - **region** (string) The region of the user. countryid or country+state id - **payment** (string) The payment method to be used - **crypto** (string) The crypto currency that user wants to buy. ID defined in configuration - **fiat** (string) The fiat currency that user wants to use to buy crypto. ID defined in configuration - **amount** (string) The amount of fiat currency that user wants to use to buy crypto - **partnerAccountId** (string) An ID identifying StablyRamp and associating subsequent order with it ## Responses ### 200 Successful operation #### Body: application/json (object) - **processingFee** (string) - **networkFee** (string) - **amountOut** (string) ### 400 An unexpected error #### Body: application/json (object) - **error** (string) A description of the unexpected error. - **code** (integer) The error code associated with the unexpected error. - **message** (string) A detailed error message explaining the issue. ### 500 An unexpected error #### Body: application/json (object) - **error** (string) A description of the unexpected error. - **code** (integer) The error code associated with the unexpected error. - **message** (string) A detailed error message explaining the issue. [Powered by Bump.sh](https://bump.sh)