The Bingx API enables developers to build powerful applications and custom solutions using the Bingx platform. With the Bingx API, developers can access the full range of Bingx features and functionality, including search, ads, and social.
import { axios } from '@pipedream/platform';
export default defineComponent({
props: {
bingx: {
type: "app",
app: "bingx",
}
},
async run({steps, $}) {
// Requires a dynamic signature generated for each request at runtime.
// please see conversation here: https://github.com/PipedreamHQ/pipedream/issues/4363
},
})
BingX uses API keys for authentication. When you connect your BingX account, Pipedream securely stores the keys so you can easily authenticate to BingX APIs in both code and no-code steps.
You must create an API Key at the API Management page on BingX to connect to Pipedream.