All Covalent Class A endpoints are supported for the Fantom mainnet and testnet. You can query the network via the unified API by changing thechainId
parameter:
- Mainnet:
250
- Testnet:
4002
All requests to the Covalent API are done over HTTPS (calls over plain HTTP will fail.)
api.covalenthq.com/v1/{chainId}/address/{address}/balances_v2/
- Get token balances for
address
. Return a list of all ERC20 and NFT token balances including ERC721 and ERC1155 along with their current spot prices.
- Get token balances for
api.covalenthq.com/v1/{chainId}/address/{address}/transactions_v2/
- Retrieve all transactions for
address
including their decoded log events. This endpoint does a deep-crawl of the blockchain to retrieve all kinds of transactions that references the address.
- Retrieve all transactions for
api.covalenthq.com/v1/{chainId}/address/{address}/transfers_v2/
- Get ERC20 token transfers for
address
along with historical token prices.
- Get ERC20 token transfers for
api.covalenthq.com/v1/{chainId}/tokens/{contract_address}/token_holders/
- Return a paginated list of token holders
contract_address
as of any historical block height.
- Return a paginated list of token holders
api.covalenthq.com/v1/{chainId}/events/address/{contract_address}/
- Return a paginated list of decoded log events emitted by a particular smart contract.
api.covalenthq.com/v1/{chainId}/events/topics/{topic}/
- Return a paginated list of decoded log events with one or more topic hashes separated by a comma.
Go to Covalent's API Reference
Appendix
Fantom token
The Fantom token FTM
is the native token of Fantom. This is similar to Ether in Ethereum. To interact with the Fantom network, FTM tokens are required to pay gas fees. The Covalent API response returns gas_*
fields in fiat units.
Token mapping
Covalent maintains an on-chain real-time mapping of token addresses between Ethereum mainnet and the Fantom chain. These addresses are used to reverse-lookup prices on Fantom and also to return the right token logo urls.
Some example of mapped tokens:
For the current token mapping list, see: https://netapi.anyswap.net/bridge/v2/info
Token prices
For tokens that have a mapping back to Ethereum mainnet, Covalent is able to return the mapped prices.