Cross Chain
Balances
Transactions
- GETGet a transaction
- GETGet transaction summary for address
- GETGet earliest transactions for address (v3)
- GETGet recent transactions for address (v3)
- GETGet paginated transactions for address (v3)
- GETGet bulk time bucket transactions for address (v3)
- GETGet all transactions in a block by page (v3)
- GETGet all transactions in a block (v3)
NFT
- Core Rendering
- Market Data
- Ownership & Token Gating
Bitcoin
Get Bitcoin balances for non-HD address
Fetch Bitcoin balance for a non-HD address. Response includes spot prices and other metadata.
Processing: Realtime
Path Parameters
The requested bitcoin non-HD address.
Query Parameters
The currency to convert. Supports USD
, CAD
, EUR
, SGD
, INR
, JPY
, VND
, CNY
, KRW
, RUB
, TRY
, NGN
, ARS
, AUD
, CHF
, and GBP
.
Response
The requested address.
The requested chain ID eg: 1
.
The requested chain name eg: eth-mainnet
.
List of response items.
b;The asset balance. Use contract_decimals
to scale this balance for display purposes.
b;The 24h asset balance. Use contract_decimals
to scale this balance for display purposes.
Use the relevant contract_address
to lookup prices, logos, token transfers, etc.
Use contract decimals to format the token balance for display purposes - divide the balance by 10^{contract_decimals}
.
A display-friendly name for the contract.
The string returned by the name()
method.
The ticker symbol for this contract. This field is set by a developer and non-unique across a network.
Denotes whether the token is suspected spam.
The timestamp when the token was transferred.
The contract logo URL.
Indicates if a token is the chain's native gas token, eg: ETH on Ethereum.
NFT-specific data.
When set to true, this NFT has been Burned.
The image preview URL.
Various thumbnails of the asset.
Resized image of the asset for OpenGraph.
Resized 1024x1024 image of the asset.
Resized 256x256 image of the asset.
Resized 512x512 image of the asset.
Base64 encoded hash of the thumbnail.
The address of the original owner of this NFT.
The current owner of this NFT.
The address of the current owner of this NFT.
A list of supported standard ERC interfaces, eg: ERC20
and ERC721
.
b;The count of the number of NFTs with this ID.
b;The token's id.
b;The latest price value on chain of the token ID.
The latest quote_rate of the token ID denominated in unscaled ETH.
External URL for additional metadata.
A prettier version of the quote for rendering purposes.
A prettier version of the 24h quote for rendering purposes.
The protocol metadata.
The name of the protocol.
The current balance converted to fiat in quote-currency
.
The exchange rate for the requested quote currency.
The 24h exchange rate for the requested quote currency.
The 24h balance converted to fiat in quote-currency
.
A list of supported standard ERC interfaces, eg: ERC20
and ERC721
.
One of cryptocurrency
, stablecoin
, nft
or dust
.
The requested quote currency eg: USD
.
The timestamp when the response was generated. Useful to show data staleness to users.