Skip to main content
POST
/
mutual-funds
/
orders
Place Order API
curl --request POST \
  --url https://api.broker.com/mutual-funds/orders \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
"{\n    \"message\": \"Order Placed Successfully\",\n    \"order_id\": 1234,\n}"

Headers

x-api-key
string
required

API Key to identify the API user

x-api-version
string

API Version

Authorization
string
required

Authentication token to authorize the request

Query Parameters

isin
string
required

The unique identifier for the mutual fund

purchase_amount
string
required

The purchase amount of mutual fund

Response

200