The CCIP Token Manager is now live. Try it now.

Using Data Feeds on Aptos

Aptos is a Layer 1 blockchain that uses the Move programming language for smart contracts.

Chainlink Data Feeds on Aptos provides data through a single price feed contract that handles multiple data feeds. You interact with this contract by passing the specific feed ID(s) for the data you need. This contrasts with Chainlink's integration on other blockchains, where each price feed has a separate contract address.

Getting Started (CLI)

This guide explains how to use Chainlink Data Feeds with your Move smart contracts on Aptos testnet using the Benchmark structure provided by the data feeds contract. You will use the Aptos CLI to compile, publish, and interact with your contract.

Requirements

Make sure you have the Aptos CLI installed. You can run aptos help in your terminal to verify if the CLI is correctly installed.

What's next

Get the latest Chainlink content straight to your inbox.