Footprint API
The Footprint API is a unified API for Web3 developers. It supports both REST API and SQL API for open and flexible data access methods. Footprint API will provide the necessary data to support whatever you are building, including balance, ownership, money flow,reference data, transaction history and transfer history.
SELECT footprint_utils.get(
'/v3/address/getWalletTotalBalance',
{
'chain': 'Ethereum',
'wallet_address': '0x46efbaedc92067e6d60e84ed6395099723252496'
}
) as response;
SELECT footprint_utils.get(
'/v2/protocol/info',
{
'chain': 'Ethereum',
'protocol_slug': 'the-sandbox',
'limit': 10,
'offset': 0
}
) as response;
To get started building with Footprint, you'll need to create an account and generate an API key.
- Create an account with Footprint
- Generate an API key
- Click the Install button here and enter your API key
- Go to the LiveQuery section of Data Studio and start querying!
Footprint's Data API is a unified data API for NFTs, GameFi, and DeFi across all major chain ecosystems. It supports both raw data and statistics metrics, allowing you to easily access and utilize the data you need
NFT API
Fetch NFT ownership, transfer, price, order book, metadata, and more, making it easy to build NFT applications instantly.
Chain API
Get full history of transactions, transfers, events, logs, etc. for all major chains.
GameFi API
All-in-one API allows access to all blockchain data from the GameFi industry to single game.
Address API
Enabled developers to easily query any wallet address for interaction history, token balance of each asset , wallet age and other metrics.
Token API
Easily request information about specific tokens like metadata or wallet balances.
Balance API
Get Token, NFT, portfolios of a specific address, including latest and historical snapshots.