Supercharge DeFi with ThirdFi

Build, Trade, Invest and manage DeFi apps easily with ThirdFi’s API, SDK and Developer Tools.

0
Number of users
$0
Transaction Volume
$0
Revenue

L1, L2 Network and DeFi Protocols

DeFi Solutions for multiple Use-Cases

Developers

Use existing web2 development framework to access DeFi with powerful API, open source SDK and developer tools.

Liquidity provider

Earn yield according to your risk appetite, with 1-click API on multi-DeFi protocols; DeXes and AMMs

DeFi traders

Execute trading strategies and access to spot and derivatives DeFi protocols on multi-chain network

Web3 startup

Build with ThirdFi's account abstraction, MPC wallet management and on-ramp crypto payment solutions

Watch it in action!

Connect to Web3 easily

Powerful All-in-one API solution to integrate decentralized technologies into your apps, backends, and products.
var axios = require('axios');
var data = JSON.stringify({
    "tokenIn": "WBTC", 
    "tokenOut": "USDC", 
    "amount": "1", 
    "chain":"ethereum", 
    "isNative": false, 
    "slippagePercentage": "5", 
    "exactIn": true, 
    "userEmail": "YOUR_THIRDFI_USER_EMAIL_ADDRESS",
    "successURL": "https://google.com",
    "cancelURL": "https://google.com"
});
var config = {
  method: 'post',
  url: 'https://api.thirdfi.org/api/v1/sessions/swap',
  headers: { 
    'x-sec-key': 'YOUR_API_KEY', 
    'x-sec-ts': 'CURRENT_TIMESTAMP_IN_SECONDS', 
    'x-sec-sign': 'YOUR_SECRET_KEY', 
    'Content-Type': 'application/json'
  },
  data
};
axios(config)
.then(function (response) {
  console.log(JSON.stringify(response.data));
})
.catch(function (error) {
  console.log(error.response.data);
});
var axios = require('axios');
var data = JSON.stringify({
  "product": "LCI", // 'LCI', 'MWI'
  "type": "deposit", // 'deposit', 'withdraw', 
  "amount": 1, // Transaction Amount
  "userEmail": "YOUR_THIRDFI_USER_EMAIL_ADDRESS"
});
var config = {
  method: 'post',
  url: 'https://api.thirdfi.org/api/v1/sessions', 
  headers: { 
    'x-sec-key': 'YOUR_API_KEY', 
    'x-sec-ts': 'CURRENT_TIMESTAMP_IN_SECONDS', 
    'x-sec-sign': 'YOUR_SECRET_KEY', 
    'Content-Type': 'application/json'
  },
  data : data
};
axios(config)
.then(function (response) {
  console.log(JSON.stringify(response.data));
})
.catch(function (error) {
  console.log(error);
});
var axios = require('axios');
var data = JSON.stringify({
    "network": "ethereum",
    "walletAddress": "YOUR_WALLET_ADDRESS",
    "emailAddress": "YOUR_THIRDFI_EMAIL_ADDRESS",
    "trxType": "Buy",
    "fiatCurrency": "USD",
    "fiatAmount": 141,
    "cryptoCurrency": "USDT",
    "redirectURL": "https://www.google.com",
    "isDisableCrypto": false,
    "cancellationUrl": "https://www.twitter.com",
    "paymentMethod": "credit_debit_card"
});
var config = {
  method: 'post',
  url: 'https://api.thirdfi.org/api/v1/payment',
  headers: { 
    'x-sec-key': 'YOUR_API_KEY', 
    'x-sec-ts': 'CURRENT_TIMESTAMP_IN_SECONDS', 
    'x-sec-sign': 'YOUR_SECRET_KEY', 
    'Content-Type': 'application/json'
  },
  data
};
axios(config)
.then(function (response) {
  console.log(JSON.stringify(response.data));
})
.catch(function (error) {
  console.log(error.response.data);
});

“Happy to see ThirdFi joining the KCC Ecosystem and jointly exploring the future of web3, to provide a better development environment for on-chain developers and a better experience for users.”

Leandre
Core Member- KCC GoDAO

“OKC into ThirdFi is an exciting addition to our DeFi ecosystem. ThirdFi’s all-in-one API solution makes it easier for Web3 developers to build, use and manage DeFi apps in OKC’s DeFi ecosystem easily with ThirdFi’s API, SDK and Developer Tools. We are excited to see the positive impact this collaboration will have on our ecosystem.”

Chai Li
Head - OKC Ecosystem Development

“I’m also pleased to announce KuCoin Wallet has entered into the strategic partnership with ThirdFi, one of the most powerful developer tools in the Web3 realm. Our values are aligned in building a rigorous, innovative, and developer-friendly product and thus offering the web3 community a seamless and secure multi-chain experience.”

Jeff Haul
Head - KuCoin Wallet

“ThirdFi is really user-friendly and easily accessible, with simple and clear documentation. I loved it’s speed and data accuracy. Integrating ThirdFi API was pretty simple and testing it sand-boxed environment makes it more secure.”

Ankit Singh
Tech Enthusiast

Featured on

Unlock the Possibilities of Web3 Finance!