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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The requested bitcoin non-HD address.
The currency to convert. Supports USD
, CAD
, EUR
, SGD
, INR
, JPY
, VND
, CNY
, KRW
, RUB
, TRY
, NGN
, ARS
, AUD
, CHF
, and GBP
.
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
.
The requested quote currency eg: USD
.
The timestamp when the response was generated. Useful to show data staleness to users.
List of response items.
Use contract decimals to format the token balance for display purposes - divide the balance by 10^{contract_decimals}
.
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.
Use the relevant contract_address
to lookup prices, logos, token transfers, etc.
A display-friendly name for the contract.
A list of supported standard ERC interfaces, eg: ERC20
and ERC721
.
The contract logo URL.
The timestamp when the token was transferred.
Indicates if a token is the chain's native gas token, eg: ETH on Ethereum.
One of cryptocurrency
, stablecoin
, nft
or dust
.
Denotes whether the token is suspected spam.
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.
The exchange rate for the requested quote currency.
The 24h exchange rate for the requested quote currency.
The current balance converted to fiat in quote-currency
.
The 24h balance converted to fiat in quote-currency
.
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.
NFT-specific data.
b;The token's id.
b;The count of the number of NFTs with this ID.
External URL for additional metadata.
A list of supported standard ERC interfaces, eg: ERC20
and ERC721
.
b;The latest price value on chain of the token ID.
The latest quote_rate of the token ID denominated in unscaled ETH.
The address of the original owner of this NFT.
Various thumbnails of the asset.
Resized 256x256 image of the asset.
Resized 512x512 image of the asset.
Resized 1024x1024 image of the asset.
Resized image of the asset for OpenGraph.
Base64 encoded hash of the thumbnail.
The image preview URL.
The current owner of this NFT.
The address of the current owner of this NFT.
When set to true, this NFT has been Burned.