MCPcopy
hub / github.com/Superalgos/Superalgos

github.com/Superalgos/Superalgos @1.7.0-20260703 sqlite

repository ↗ · DeepWiki ↗ · release 1.7.0-20260703 ↗
15,265 symbols 59,917 edges 900 files 298 documented · 2%
README

Using RSA keys with Binance

Binance now supports the use of RSA encryption keys with their API. To use RSA keys instead of the previous HMAC keys generated by Binance please follow along.

After signing into Binance navigate to the API management area

User drop down

Here you can create an new Key

Create a new key

This will open a new dialog modal where you need to select the 'Self-generated' option.

Select seff-generated

This will open a new dialog asking you to input the public key. Binance uses a PKCS#8 private key and an X509 public key. If you are not sure what this all means then go the link binance provide, download the key generator tool and follow the next steps.

Generating a new key pair

Open the key generation tool and select the 2048 bit enxryption option. The 4096 keys will not be accepted by Binance.

Generate a 2048 key part 1

Click the 'Generate Key Pair' button. This will create 2 new keys in the input boxes below.

Generate a 2048 key part 2

These keys can now be saved to your trading server.

Our advise is to put these in the My-Secrets folder of your Superalgos directory, but you may stored them where-ever you like.

Save public key

Save private key

Using your keys

Now that these have been stored you need to open the public key and copy the contents.

Copy public key data

Paste the public key contents into the Binance 'Upload public key' dialog modal, and click next.

Paste public key data

Provide a suitable name for your key.

Name key in binance

You will now be directed back the API management page where you can view a list of your keys. You will need to edit the restrictions on your new key to 'Enable Spot & Margin Trading'.

Set key permissions

Now copy the API key hash Binance provides.

Copy key hash

And paste this into the Exchange account key node's config as the codeName value. Then set the path to the provate key as the secret value.

Save details to Superalgos

It is import to note that the private key needs to be stored on the same server that the tasks run on and the path to the file must be valid. The path value can be either relative or absolute

Extension points exported contracts — how you extend this code

Indenter (Interface)
Interface that defines objects that can produce indentation used to separate object entries and array values. Indentatio [4 …
Translator/src/main/java/com/devosonder/superalgostranslate/app/config/SuperalgosDefaultPrettyPrinter.java

Core symbols most depended-on inside this repo

get
called by 4601
Platform/WebServer/externalScripts/monaco/vs/editor/editor.main.js
push
called by 4390
Platform/WebServer/externalScripts/monaco/vs/editor/editor.main.js
n
called by 2091
Platform/WebServer/externalScripts/monaco/vs/language/typescript/tsWorker.js
write
called by 1673
Platform/WebServer/externalScripts/monaco/vs/editor/editor.main.js
set
called by 1202
Platform/WebServer/externalScripts/monaco/vs/editor/editor.main.js
map
called by 1119
Platform/WebServer/externalScripts/monaco/vs/editor/editor.main.js
replace
called by 1113
Platform/WebServer/externalScripts/monaco/vs/editor/editor.main.js
forEach
called by 961
Platform/WebServer/externalScripts/monaco/vs/editor/editor.main.js

Shape

Function 8,039
Method 6,879
Class 344
Enum 2
Interface 1

Languages

TypeScript99%
Java1%
Python1%

Modules by API surface

Platform/WebServer/externalScripts/monaco/vs/editor/editor.main.js6,650 symbols
Platform/WebServer/externalScripts/monaco/vs/language/typescript/tsWorker.js1,489 symbols
Platform/WebServer/externalScripts/monaco/vs/base/worker/workerMain.js399 symbols
Platform/WebServer/externalScripts/i18next.min.js147 symbols
Platform/WebServer/externalScripts/WC_index.min.js139 symbols
Platform/WebServer/externalScripts/jquery-3.6.0.js112 symbols
Projects/Foundations/UI/Spaces/Floating-Space/UiObject.js101 symbols
Platform/WebServer/externalScripts/qrcodeModal.min.js82 symbols
Projects/Foundations/UI/Node-Action-Functions/TaskFunctions.js76 symbols
Platform/WebServer/externalScripts/tippy-bundle.umd.min.js66 symbols
Platform/WebServer/externalScripts/pako.min.js65 symbols
Projects/Education/UI/Spaces/Tutorial-Space/TutorialSpace.js56 symbols

Dependencies from manifests, versioned

com.deepl.api:deepl-java1.1.0 · 1×
com.jayway.jsonpath:json-path2.7.0 · 1×
io.projectreactor:reactor-test
org.seleniumhq.selenium:selenium-java
org.springframework.boot:spring-boot-starter-test
org.springframework.boot:spring-boot-starter-web
@babel/core7.16.0 · 1×
@babel/eslint-parser7.16.5 · 1×
@babel/polyfill7.11.5 · 1×

For agents

$ claude mcp add Superalgos \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact