Skip to main content

Automate cryptocurrency funding fee tracking with Binance API and Airtable

Workflow preview

Workflow preview
100%
Automate cryptocurrency funding fee tracking with Binance API and Airtable preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Video Guide I prepared a detailed guide that showed the whole process of integrating the Binance API and storing data in Airtable to manage funding statements associated with tokens in a wallet. [!...

Best for

  • Crypto Trading automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.crypto, n8n-nodes-base.set, n8n-nodes-base.splitout, n8n-nodes-base.httprequest, n8n-nodes-base.aggregate, n8n-nodes-base.airtable, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mark Shcherbakov.

Original n8n.io source

1.1 Workflow description

Title
Automate cryptocurrency funding fee tracking with Binance API and Airtable
Workflow name
Automate cryptocurrency funding fee tracking with Binance API and Airtable

Video Guide

I prepared a detailed guide that showed the whole process of integrating the Binance API and storing data in Airtable to manage funding statements associated with tokens in a wallet.

Youtube Link

Who is this for?

This workflow is ideal for developers, financial analysts, and cryptocurrency enthusiasts who want to automate the process of managing funding statements and token prices. It’s particularly useful for those who need a systematic approach to track and report funding fees associated with tokens in their wallets.

What problem does this workflow solve?

Managing funding statements and token prices across multiple platforms can be cumbersome and error-prone. This workflow automates the process, allowing users to seamlessly fetch funding fees from Binance and record them alongside token prices in Airtable, minimizing manual data entry and potential discrepancies.

What this workflow does

This workflow integrates the Binance API with an Airtable database, facilitating the storage and management of funding statements linked to tokens in a wallet. The agent can:

  • Fetch funding fees and current positions from Binance.
  • Aggregate data to create structured funding statements.
  • Insert records into Airtable, ensuring proper linkage between funding data and tokens.
  1. API Authentication: The workflow establishes authentication with the Binance API using a Crypto Node to handle API keys and signatures, ensuring secure and verified requests.
  2. Data Collection: It retrieves necessary data, including funding fees and current positions with properly formatted API requests to ensure seamless communication with Binance.
  3. Airtable Integration: The workflow inserts aggregated funding statements and token data into the corresponding Airtable records, managing token existence checks to avoid duplicate entries.

Setup

  1. Set Up Airtable Database:

    • Create an Airtable base with tables for Funding Statements and Tokens.
  2. Generate Binance API Key:

    • Log in and create an API key with appropriate permissions.
  3. Set Up Authentication in N8N:

    • Utilize a Crypto Node for Binance API authentication.
  4. Configure API Request to Binance:

    • Set request method and headers for communication with the Binance API.
  5. Fetch Funding Fees and Current Positions:

    • Retrieve funding data and current positions efficiently.
  6. Aggregate and Create Statements:

    • Aggregate data to create detailed funding statements.
  7. Insert Data into Airtable:

    • Input the structured data into Airtable and manage token records.
  8. Using Get Price Node:

    • Implement a Get Price Node to maintain current token price tracking without additional setup.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Crypto2

Type / Role
n8n-nodes-base.crypto - crypto
Config choices
Version 1

Block 2 - Edit Fields1

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Edit Fields2

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Split Out

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 5 - Get Positions

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 6 - Aggregate Positions

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 7 - Aggregate Fees

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 8 - Get Tokens

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 9 - Aggregate Tokens

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 10 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 11 - Crypto

Type / Role
n8n-nodes-base.crypto - crypto
Config choices
Version 1

Block 12 - Schedule Trigger1

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 13 - Get Tokens1

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 14 - Update Token Prices1

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 15 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Get Price

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 17 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 19 - Create Token

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 20 - Create Statement

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 21 - Create Statement1

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 22 - Crypto3

Type / Role
n8n-nodes-base.crypto - crypto
Config choices
Version 1

Block 23 - Edit Fields4

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 24 - Get Fees2

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Showing the first 24 of 31 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automate cryptocurrency funding fee tracking with Binance API and Airtable
Complexity advanced
Nodes 31
Categories Crypto Trading
Author Mark Shcherbakov
Published 19 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4225/4225.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate cryptocurrency funding fee tracking with Binance API and Airtable do?

Video Guide I prepared a detailed guide that showed the whole process of integrating the Binance API and storing data in Airtable to manage funding statements associated with tokens in a wallet. [!...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading use case.