MARKETPLACE
PLUGINS
BINANCE API BUNDLE
Binance API Bundle logo

Binance API Bundle

Published April 2022
   •    Updated June 2025

Plugin details

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-1

I HIGHLY recommend that you watch this youtube walkthrough so you clearly understand how to set the plugin up properly: https://youtu.be/nCt8qypQwWc

A video on how to sync transaction history with binance: https://youtu.be/O6p_8ROrJ9o


To 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

$24

One time  •  Or  $2/mo

5.0 stars   •   1 ratings
15 installs  
This plugin does not collect or track your personal data.

Platform

Web & Native mobile

Contributor details

Adam logo
Adam
Joined 2022   •   22 Plugins
View contributor profile

Instructions

This plugin exposes all the API calls made, but it is recommended you utilise the workflow actions, and then display these in groups/RGs as these run server side.
To use the workflow actions:
1. Create a workflow scenario e.g. Do When Page is Loaded
2. Select your required Workflow Action from the suite of Binance API endpoint
3. Input the required User API key and User Secret Key fields
4. Select your required endpoint. Match this same endpoint in the "data type to return" field.
5. If you would like to use testnet data, check the testnet box. NOTE: you must be using testnet generated API keys for this to work. Not all endpoints are supported by the testnet. Visit https://testnet.binance.vision/ to create testnet keys
6. For your chosen endpoint, visit https://binance-docs.github.io/apidocs/spot/en/#change-log and find your chosen endpoint in the side bar. After selecting this field, Check the table under parameters. This details which parameters are available, and whether they are mandatory or not. Include the required parameters and leave the rest of the fields blank

Types

This plugin can be found under the following types:
Api   •   Background Services   •   Action

Categories

This plugin can be found under the following categories:
Payment   •   Ecommerce   •   Data (things)   •   Small Business   •   Internationalization

Resources

Support contact
Tutorial

Rating and reviews

Average rating (5.0)

how to add endpoints?
January 13th, 2023
Need some extra endpoints with similar context, for example New Order (TRADE) https://binance-docs.github.io/apidocs/spot/en/#new-order-trade
I can add endpoints. Can you provide the documentation links to all the endpoints you want added and I'll add those. Thanks
January 13th, 2023
  •  
Adam
it would be awesome, but it seems there are too many... there is the current list: https://docs.google.com/spreadsheets/d/1l0SEpcoGDnF-MdtX6F6vjmmnTE77voz0fjs55-T4hCE/edit#gid=0
January 13th, 2023
  •  
Original reviewer
Bubble