Offer yield to your users based on real world assets

Launch an interest-bearing stablecoin account using yield strategies evaluated for security, transparency, liquidity and APY.

Why use Conduit for your yield?

Yield strategies curated by experts

We've evaluated over 200 protocols to design yield strategies that maximize APY while minimizing risks.

Access to DeFi yield protocols

Our automated ledger lets you show transactions with one API call.

Offer yield on real-world assets

Let users hold value in multiple stablecoins to avoid inflationary fiat currencies.

UI elements showing access to US treasury bonds from around the world

Build yield into your app, faster

Check out our guides for building wallets with the Conduit API

Explore docs
Onboard Customers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

curl -i -X POST \

 https://sandbox.conduit.financial/accounts \

 -H 'Content-Type: application/vnd.api+json' \

 -H 'X-API-Key: YOUR_API_KEY_HERE' \

 -H 'X-API-Secret: YOUR_API_KEY_HERE' \

 -d '{

   "data": {

     "relationships": {

       "account-holders": {

         "data": [

           {"type": "string", "id": "id:ahl:3G6CSYgJpUJxQJifTfoFvJXNuJp"}

         ]

       }

     }

   }

 }'

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

{

   "data": {

     "relationships": "id:wlt:2MW2qbpfnXZoUDUd7L2v1UQJuyQ",

     "type": "wallet",

     "attributes": {

       "address": "wlt:eth:0x44a8938044c8f1a2cfd6ff7e66a46482377fa390",

       "assetType": "asset:eth:USDC",

       "networkId": "net:eth:ropsten",

       "function": "deposit",

     }

   }

 }

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

"data": {

     "relationships": "id:wlt:2MW2qbpfnXZoUDUd7L2v1UQJuyQ",

     "type": "wallet",

     "attributes": {

       "id": "id:allc:2G6BST3Q0age8uCpYN7vIloQyxT",

       "poolId": "id:pool:2G6BST3Q0age8uCpYN7vIloQyxT",

       "poolname": "string",

       "accountId": "id:acct:2G6BSYgJpUJxQJifCfoFvJXNuJp",

       "balances": {

        - "available": [

         - {

             "assetType": "asset:eth:USDC",

             "amount": "5000000000",

             }

          ],

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

curl -i -X POST \

 https://sandbox.conduit.financial/accounts \

 -H 'Content-Type: application/vnd.api+json' \

 -H 'X-API-Key: YOUR_API_KEY_HERE' \

 -H 'X-API-Secret: YOUR_API_KEY_HERE' \

 -d '{

   "data": {

     "attributes": {

       "source": {

         "assetType": "asset:eth:USDC",

         "amount": "5000000000"
       },
       "target": {
         "assetType": "asset:eth:USDC"

         ]

       }

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

curl -i -X POST \

 https://sandbox.conduit.financial/accounts \

 -H 'Content-Type: application/vnd.api+json' \

 -H 'X-API-Key: YOUR_API_KEY_HERE' \

 -H 'X-API-Secret: YOUR_API_KEY_HERE' \

 -d '{

   "data": {

     "attributes": {

       "assetType": "asset:eth:USDC",

       "source": "id:allc:2J8OkA50iEKCUdAP64xbgU14Irf",

       "destination": "id:allc:2JEnUNHhSRAcp9Gj1SQEtnPk5mB",

       }

     }

   }

Onboard Customers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

curl -i -X POST \

 https://sandbox.conduit.financial/accounts \

 -H 'Content-Type: application/vnd.api+json' \

 -H 'X-API-Key: YOUR_API_KEY_HERE' \

 -H 'X-API-Secret: YOUR_API_KEY_HERE' \

 -d '{

   "data": {

     "relationships": {

       "account-holders": {

         "data": [

           {"type": "string", "id": "id:ahl:3G6CSYgJpUJxQJifTfoFvJXNuJp"}

         ]

       }

     }

   }

 }'

Create Wallet
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

curl -i -X POST \

 https://sandbox.conduit.financial/accounts \

 -H 'Content-Type: application/vnd.api+json' \

 -H 'X-API-Key: YOUR_API_KEY_HERE' \

 -H 'X-API-Secret: YOUR_API_KEY_HERE' \

 -d '{

   "data": {

     "relationships": {

       "account-holders": {

         "data": [

           {"type": "string", "id": "id:ahl:3G6CSYgJpUJxQJifTfoFvJXNuJp"}

         ]

       }

     }

   }

 }'

Check Balances
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

curl -i -X POST \

 https://sandbox.conduit.financial/accounts \

 -H 'Content-Type: application/vnd.api+json' \

 -H 'X-API-Key: YOUR_API_KEY_HERE' \

 -H 'X-API-Secret: YOUR_API_KEY_HERE' \

 -d '{

   "data": {

     "relationships": {

       "account-holders": {

         "data": [

           {"type": "string", "id": "id:ahl:3G6CSYgJpUJxQJifTfoFvJXNuJp"}

         ]

       }

     }

   }

 }'

Get Fiat On-Ramp Quote
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

curl -i -X POST \

 https://sandbox.conduit.financial/accounts \

 -H 'Content-Type: application/vnd.api+json' \

 -H 'X-API-Key: YOUR_API_KEY_HERE' \

 -H 'X-API-Secret: YOUR_API_KEY_HERE' \

 -d '{

   "data": {

     "relationships": {

       "account-holders": {

         "data": [

           {"type": "string", "id": "id:ahl:3G6CSYgJpUJxQJifTfoFvJXNuJp"}

         ]

       }

     }

   }

 }'

Get Fiat On-Ramp Quote
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

curl -i -X POST \

 https://sandbox.conduit.financial/accounts \

 -H 'Content-Type: application/vnd.api+json' \

 -H 'X-API-Key: YOUR_API_KEY_HERE' \

 -H 'X-API-Secret: YOUR_API_KEY_HERE' \

 -d '{

   "data": {

     "relationships": {

       "account-holders": {

         "data": [

           {"type": "string", "id": "id:ahl:3G6CSYgJpUJxQJifTfoFvJXNuJp"}

         ]

       }

     }

   }

 }'

Ready to get started?

Get your API keys and start building in our free sandbox environment

Start building