API to create/active Binance grid strategy - binance

Does Binance Exchange provide the API to create/active/end a grid strategy trading?
If has, please give some reference links.

After some research, I found that there is no way to create a Binance grid strategy (SPOT/FUTURE) by API.
A lot of people were asking for this on the Binance API Community. And the answer is NO for the time being

Related

Is it possible to create a Binance/Coinbase account programmatically?

I noticed that services like advcash are albe to create a binance account automatically, but in the binance api docs I don't see anything to create accounts. The only thing would be to use sub-accounts but I it don't understand what they are and if they can be used for my purpose
Thank you!
Binance doesn't allow creating an account through their official API. As well as Coinbase and probably all major exchanges.

How to request merchanID from binance to use its API create order

may i know how to get merchantId or whats the process to request merchantId from binance ?
https://developers.binance.com/docs/binance-pay/api-order-create
thanks in advance.
cheers
Miguel
The POST /binancepay/openapi/order endpoint that you're referencing, creates a P2P merchant order. You can get the ID in your Merchant profile of the P2P platform (after Binance has confirmed you as a P2P merchant).
If this is not what you're looking for and you just want to submit a (regular) spot order (e.g. to buy BTC to USDT), you can use the POST /api/v3/order endpoint. It only requires your API key and API secret that you can generate in the API management section of your profile.

DocuSign API - I want API for Reports

I am using DocuSign Open API'S to generate a report. Can anyone suggest which API I should use, if any?
I have tried to execute the API from DocuSign but a report API is not available.
Thanks in advance.
DocuSign does not have an API that allows you to access the web console's Reporting function.
Depending on what you're looking for, you can pull data from the Envelopes API.
DocuSign is developing a Data Feed API that will allow much more in-depth access to information. Data Feed is currently in limited, early access - I would recommend reaching out to your Account Manager or the Sales team if that is of interest to you.
Tirnuagari, these APIs are not yet public, but we hope to make them public soon. I can't promise an exact time frame, but I'll update this thread when I hear something from the team working on this. Thanks for your patience!

How to get profile information of user who comment on my Instagram post, using new Instagram graph APIs?

I am using new Instagram Graph APIs for my application, I am interested in knowing if there is any way I can get profile information about the user who comments on my Instagram posts and what are possible ways to get the direct message exchanging with those users, as far I found that Instagram Graph APIs do not provide any direct messaging support for now, though I found some private APIs but these are not reliable as they can be restricted any time in future.
So all I need is to get those user`s information who commented on my Posts ie- I get only comment_id from the web-hook request from Instagram Graph APIs but when using that comment I try to get its owner/user it does not return any user information except username.
Any help is highly appreciated.
Thank you!
try this endpoint:
v3.0/{comment_id}?fields=id,timestamp,username,text

Instagram API Business Information

Does anyone know if there is an endpoint for business information in the Instagram API. Their docs do not display this but it's a relatively new feature and we all know how documentation gets left behind sometimes.
Thanks,
Tom
Instagram just released a new api that utilizes the old Facebook Graph API. It allows you to read insights and receive more business stats. The only downside is that the api is in beta and only available to 'select partners'.

Resources