Skip to content
Guides → dAPIs
SearchHighlight.vue
FLEX_START_TAG

Subscribing to Managed dAPIs

Managed dAPIs are datafeeds that are sourced directly from multiple first-party oracles and aggregated using Airnode's signed data. It utilises first-party oracles, enabling data to be served directly from reputable API providers via the Airnode. Unlike self-funded dAPIs, API3 manages the gas costs and the availability of the managed dAPIs. This guide will walk you through the process of subscribing to a managed dAPI.

Managed dAPIs

If you are planning to use your dAPI for a long period of time or if you are planning to use your dAPI in a production environment, we recommend that you use managed dAPIs provided by the API3 DAO. This way, you can be sure that your dAPI will be available to your users at all times.

API3 Market

The API3 Market➚ provides all the tooling to seamlessly access dAPI services. For managed dAPIs, this end-to-end process consists of:

Exploring, selecting and configuring your dAPI

The API3 Market➚ provides a list of all the dAPIs available across multiple chains including testnets. You can filter the list by chains and data providers. You can also search for a specific dAPI by name. Once selected, you will land on the details page (eg ETH/USD on polygon)➚ where you can find more information about the dAPI.

Once you have selected your dAPI, you will then be presented with an option to choose from either Managed or Self-funded. Select Managed dAPIs.

Managed dAPIs gives you an option to configure the dAPI's deviation threshold and heartbeat. For managed dAPIs, you will have the following options to choose from:

DeviationHeartbeat
0.25%2 minutes
0.25%24 hours
0.5%24 hours
1%24 hours

Note

Not all dAPIs support all the configurations. It depends on the asset and chain. Check the API3 Market for more info.

Click here to read more if you are unsure what suits your dApp

Check the final price and time frame for the selected configuration. If you are happy with it, select Add to Cart. You can also add other dAPIs on the same network to your cart.

Placing an order for a Managed dAPI Service

Once you have added all the dAPIs, you can proceed to checkout. You will be presented with a summary of your order. If you have multiple dAPIs on the same chain in your cart, you can pay for all of them in one single order. You cannot add multiple dAPIs on different chains in the same order. To proceed with the order, select Proceed to Payment.

This will take you to the payment page where you can place the order for the selected feeds. You can see the order summary and the total price. If it looks fine, select Connect Wallet, and confirm the transaction on MetaMask.

Once the transaction is confirmed, you will be presented with a confirmation page. You can also view the order details and status on the Orders page➚ on the API3 Market.

Waiting for the dAPI to get updated

After placing the order, you will have to wait for the dAPI to get updated. It usually takes 5 business days for the dAPI team to update the dAPI for the requested configuration. Once the dAPI is updated, you can start using it in your dApp via the proxy address present in the dAPI page

Note

The proxy contract address to read from the dAPI will remain the same. Purchasing a better configuration will not change the proxy contract address for the dAPI.

To get started with using the dAPI, you can follow the Reading a dAPI Proxy guide.

FLEX_END_TAG

Released under the MIT License.