Skip to content

Instantly share code, notes, and snippets.

@tacyarg
Last active October 6, 2019 13:13
Show Gist options
  • Save tacyarg/d44eef04815d303c182145962e884000 to your computer and use it in GitHub Desktop.
Save tacyarg/d44eef04815d303c182145962e884000 to your computer and use it in GitHub Desktop.
Fundringrate.io FAQ talking points.

Fundingrate.io FAQ

  • Below are a few of the commonly asked questions by our customers.

Account & Registration

How do I create a new account?

  • To create a Fundingrate.io account you simply click the "authenticate" link on the lefthand side of the site.
  • Once there, follow the prompts to either login or register a username.

What happens if a lose my token?

  • Well in short, you are fucked.
  • Don't lose your token and username, we will not help you.
  • Download the .json

Consuming Events

How do I start consuming tradingview alerts?

  • You can start by simply registering your username.

  • Once done, create a new alert on tradingview.

  • In the message field input the format we have defined for you.

{
  "token": "b2543a11-xxxxx",
  "type": "SHORT",
  "condition": "a whale took a dump",
  "description": "Somthing happened",
  "provider": "Indicator Name 01",
  "timeframe": "1h",
  "some_custom_prop": "tacos" // example.
}
  • Ensure you tick the "Webhook" option in the dialog and input this url: https://api.fundingrate.io/consumeEvent webhook_example

Do I need tradingview premium?

  • Technically, no however you will want to depending on how many alerts you want to create.
  • Tradingview enforces strict limits on the free accounts reguarding alerts and indicators.
  • To get the most out of Fundingrate.io I suggest you review tradinview.com's pricing HERE.

Do I need to pay for fundingrate?

  • No, at this time Fundingrate.io is completely free to use.
  • This will change later.

Providers

What is a provider?

  • A provider is a source for event data.
  • Each provider is ranked based on profitability to ensure quality results are produced.
  • Providers who have been "verified" will have a badge.

How do I become a provider?

  • Simply Register your username and/or login, then generate a provider account in your profile.

What is a verified provider?

  • A "verified" provider is a provder that has been approved by the platform to be safe and consistant.

Filters

How do I create my own strategies?

What is a filter?

How do I trigger actions from my filters?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment