LogoLogo
WebsiteLoginStatus
API Reference
API Reference
  • Introduction
  • Introduction to GraphQL
    • What is GraphQL?
      • GraphQL Schema
      • Example Using GraphQL
    • Authentication
    • Queries
      • Example Query
    • Mutations
      • Example Mutation
    • Variables
    • Fields
  • Develop With inabit API
    • Getting Started
      • Authentication
      • inabit Postman Collection
    • Organizations
      • Organization Info
      • Organization ID
      • Organization Users
      • Organization Contacts
      • Organization Transactions
    • Wallets
      • Wallets Info
      • Create inabit Wallet
      • Edit Wallet Name
      • Generate Deposit Address
      • Fetch Deposit Address
      • Save Address to Whitelist
      • Archive / Unarchive Wallet
      • Disconnect Exchange Wallet
    • Contacts
      • Contact Info
      • Create New Contact
      • Update Contact
    • Transactions
      • Transaction Info
      • Create Transfer Request
      • Create Off Ramp Request
      • Create On Ramp Request
      • Create Exchange Swap
      • Create inabit Wallet Swap
      • Edit Transaction Note
    • Utilities
      • Fetch Financial Asset
      • Fetch Blockchains
  • Remote Approver App
    • Setup and Configuration
    • API Wallets Generation
    • Automate Signing Transactions
    • Webhooks
      • Notification Types
  • WHAT WE SUPPORT
    • Assets & Tokens
    • Blockchains
    • Exchanges
      • Binance
      • Kucoin
      • Kraken
  • Changelog
Powered by GitBook
On this page
  • Connecting your Binance wallet
  • Binance Configuration:
  • inabit Configuration:

Was this helpful?

Export as PDF
  1. WHAT WE SUPPORT
  2. Exchanges

Binance

Binance Exchange Integration with inabit

PreviousExchangesNextKucoin

Was this helpful?

We don't currently offer support for Binance US exchange accounts. This connection is specific to Binance accounts exclusively.

Connecting your Binance wallet

Binance Configuration:

  • Refer to the to learn how to generate a Binance API key.

    • You can also generate an API key directly from Binance UI under the account settings section: "API Management".

    • When creating a key we recommend naming the API key - "inabit", so there won't be any confusion with other future/existing keys.

  • After you confirm the validity of your new API key, keep a record copy of both the API Key and Secret Key. You will need them when adding this exchange to your organization.

  • Make sure you've enabled the following API restrictions when generating the keys:

    • Reading

    • Withdrawals

    • Spot & Margin Trading (if you intend to swap assets directly from inabit in this wallet)

  • Under the IP restrictions access, please select Restrict access to trusted IPs only, discard the 0.0.0.0 IP address, and add the following IP:

35.233.10.83
  1. This IP address belongs to inabit and by whitelisting it in the exchange API, you enable access for inabit services to operate on your behalf.

  2. This IP address must be whitelisted otherwise, the connectivity to inabit will fail.

inabit Configuration:

  • Within the inabit platform, go to the wallets page and click on "Add new".

  • Select the option "Exchange Wallet" and choose the "Binance" option.

  • Fill in the following details:

    • Wallet name

    • API key (the one saved from Binance)

    • Secret key (the one saved from Binance)

  • Click on "Connect Exchange".

If all credentials are okay and the wallet name is valid, the connection should be successful and you can start managing the binance wallet in your organization!

Binance.com API Documentation