Endless Possibilities with

Web3 Decentralized Finance

to Empower your Applications

Build, invest, and manage your DeFi with REST API in 5 minutes, not 5 weeks.

Multi-chain Token Swap

Swap any tokens for users to start investing into DeFi, on-chain and permissionless, even gas-less.

axios.post({
  'https://api.securo.dev/api/v1/sessions/swap', 
  {
    tokenIn: 'WBTC', 
    tokenOut: 'USDC', 
    amount: '1', 
    chain:'ethereum', 
    userEmail: 'YOUR_SECURO_USER_EMAIL_ADDRESS',
  },
  {
    'x-sec-key': 'YOUR_API_KEY', 
    'x-sec-ts': 'CURRENT_TIMESTAMP_IN_SECONDS', 
    'x-sec-sign': 'YOUR_SECRET_KEY', 
  }
})
axios.post({
  'https://api.securo.dev/api/v1/payment', 
  {
    network: 'ethereum',
    walletAddress: 'YOUR_WALLET_ADDRESS',
    emailAddress: 'YOUR_SECURO_USER_EMAIL_ADDRESS',
    trxType: 'Buy',
    fiatCurrency: 'MYR',
    fiatAmount: 200,
    cryptoCurrency: 'USDC',
  },
  {
    'x-sec-key': 'YOUR_API_KEY', 
    'x-sec-ts': 'CURRENT_TIMESTAMP_IN_SECONDS', 
    'x-sec-sign': 'YOUR_SECRET_KEY', 
  }
})

Fiat-to-crypto
On-ramp Payment

Provide a fiat-to-crypto service for users to enjoy your applications. Onboard millions of fiat investors to crypto investments.

Fiat-to-crypto
On-ramp Payment

Provide a fiat-to-crypto service for users to enjoy your applications. Onboard millions of fiat investors to crypto investments.

axios.post({
  'https://api.securo.dev/api/v1/payment', 
  {
    network: 'ethereum',
    walletAddress: 'YOUR_WALLET_ADDRESS',
    emailAddress: 'YOUR_SECURO_USER_EMAIL_ADDRESS',
    trxType: 'Buy',
    fiatCurrency: 'MYR',
    fiatAmount: 200,
    cryptoCurrency: 'USDC',
  },
  {
    'x-sec-key': 'YOUR_API_KEY', 
    'x-sec-ts': 'CURRENT_TIMESTAMP_IN_SECONDS', 
    'x-sec-sign': 'YOUR_SECRET_KEY', 
  }
})

DeFi Index Funds

Deploy capital and invest in on-chain DeFi index products - directly from your existing applications.

axios.post({
  'https://api.securo.dev/api/v1/sessions', 
  {
    product: 'LCI',
    type: 'withdraw',
    amount: 1,
    userEmail: 'YOUR_SECURO_USER_EMAIL_ADDRESS'
  },
  {
    'x-sec-key': 'YOUR_API_KEY', 
    'x-sec-ts': 'CURRENT_TIMESTAMP_IN_SECONDS', 
    'x-sec-sign': 'YOUR_SECRET_KEY', 
  }
})

Additional Features

Portfolio Management

Integrate, and manage investment portfolios in a simple dashboard; non-custodial wallets & on-chain transactions.

Sign me up

Stablecoin Protocols

Deploy and manage your liquidity on decentralized protocols like MakerDAO with stablecoins.

Sign me up

Borrow & Lend

Deposit, borrow, and lend major cryptocurrencies on top AMMs across blockchain networks - earn rewards in DeFi.

Sign me up

Staking

Stake crypto assets directly or allowing users to access staking nodes. User can earn staking rewards in your applications.

Sign me up

Why Securo ?

Simple but powerful

Securo API is a DeFi infra-middleware, more than just fetching data.

Easy and accessible

Use your existing development framework to access any DeFi protocols with REST APIs.

All-in-one ecosystem

Interact with multiple L1/L2 blockchain networks, DeFi protocols, and 3rd party dapps.

Dev tools and support

Comprehensive dev toolings; testnet with sandbox integration and on-chain support with dashboard.

Let's integrate DeFi
into your applications