Please help me out to Buy a Contract
Hi, I am new to this place I found little information but it is not good enough.
I would like to send a Buy contract for Volatile 100 at $50 stake.
How do I do that?
Hi, I am new to this place I found little information but it is not good enough.
I would like to send a Buy contract for Volatile 100 at $50 stake.
How do I do that?
Comments
Hello. Can you tell what programming lenguage are you using?
Regards
I really dont do so much C++ stuff. But first you need your working web client then it's simply as send your resquest like Binary API playground shows.
Regards
I thought tarja will be helping me out to my questions.
@bestfan you can check https://developers.binary.com/api/#buy, what is the confusion? There are two ways to purchase the contract,
First
make proposal call https://developers.binary.com/api/#proposal by specifying all values
then pass that id to buy call
buy: id, price:
Second
Pass all required parameters in buy call as specified in document
i have same problem but im using python, i dont know where i can get the parameter to buy contract ?
regard
Hello @elbi in API playground you can click "object" to see parameters requiered.
Regards
thank you @tarja
but i still dont understand where can i get for ex "DIGITDIFF" from ? is there any documentation's binary API or something like manual book, so i can use API and the parameter for ex: refers to volatility 100 index , digits and buy differs and then buy, including steps to build that, thanks
@elbi unfortunately there is not a guide as you want.
You can debug binary.com to get that parameters.
Take what I have.
`Up/Down
Rise/Fall
"contract_type":"CALL"
"contract_type":"PUT"
Toutch/No Touch
"contract_type":"ONETOUCH"
"contract_type":"NOTOUCH"
In/Out
Ends In/Out
"contract_type":"EXPIRYRANGE"
"contract_type":"EXPIRYMISS
Stays In/Goes Out
contract_type":"RANGE"
"contract_type":"UPORDOWN"
Asians
"contract_type":"ASIANU"
"contract_type":"ASIAND"
Digits
Matches/Differs
"contract_type":"DIGITMATCH"
"contract_type":"DIGITDIFF"
Even/Odd
"contract_type":"DIGITODD"
"contract_type":"DIGITEVEN"
Over/Under
"contract_type":"DIGITOVER"
"contract_type":"DIGITUNDER"
Spreads
"contract_type":"SPREADU"
"contract_type":"SPREADD"`
Regards
@tarja thank you so much
its very helpful