Skip to main content

Get Fund And Margin

Get equity and commodity funds

curl --location 'https://api.upstox.com/v2/user/get-funds-and-margin' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your_access_token}'

Get equity funds

curl --location 'https://api.upstox.com/v2/user/get-funds-and-margin?segment=SEC' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your_access_token}'

Get commodity funds

curl --location 'https://api.upstox.com/v2/user/get-funds-and-margin?segment=COM' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your_access_token}'