Please note this plugin is not officially endorsed or related to Binance in any way.
Features of this plugin:
- Removes the timestamp and signature features of API calls. Simply provide the API Key, API Secret and which parameters you require and let the plugin handle the complicated encryptions
- This plugin exposes SERVER SIDE workflow actions for all calls involving sensitive client data. This means sensitive information is not exposed in the client browser.
- Provides simple pagination for calls with large volumes. This speeds up your app considerably and prevents the "app too busy" error.
- Provides access to a large list of the binance exposed endpoints.
This plugin was created with the purpose of creating a portfolio tracking feature for Binance, similar to that of Koinly and other portfolio management applications.
Please check the list of supported endpoints. If you require an endpoint that is not listed here, please email me or comment on this thread and it can be added for you promptly.
A demo page can be accessed at the following link:
https://bubble.io/page?name=index&id=binance-demo&tab=tabs-1I HIGHLY recommend that you watch this youtube walkthrough so you clearly understand how to set the plugin up properly:
https://youtu.be/nCt8qypQwWcA video on how to sync transaction history with binance:
https://youtu.be/O6p_8ROrJ9oTo create testnet API keys and Secret, use this link:
https://testnet.binance.vision/key/generate (NOTE: the testnet only works with limited api calls, and it is recommended you use a real API key and secret for testing)
SUPPORTED ENDPOINTS
This plugin exposes a number of actions:
Binance Market Data Endpoints
Test Connectivity,
Check Server Time,
Exchange Information,
Order Book,
Recent Trades List,
Old Trade Lookup (Market Data),
Compressed/Aggregate Trades List,Kline/Candlestick Data,
Current Average Price,
24hr Ticker Price Change Statistics,
Symbol Price Ticker,
Symbol Order Book Ticker
Binance Spot/Trade Endpoints
Query Order (USER_DATA),
Current Open Orders (USER_DATA),
All Orders (USER_DATA),
Account Information (USER_DATA),
Account Trade List (USER_DATA),
Query Current Order Count Usage (TRADE),
Get Fiat Deposit/Withdraw History (USER_DATA),
Get Fiat Payments History (USER_DATA),
Get Convert Trade History (USER_DATA)
Binance Wallet Endpoints
All Coins Information (USER_DATA),
Daily Account Snapshot (USER_DATA)
Binance Exchange Information
A separate Binance Exchange Endpoint with pagination functionality