CoinBrain
Share
Explore
API

icon picker
Coin Info

This endpoint can be used for getting:
Price
Price before 24h
Market cap
Total known liquidity (totalReserveUsd)

Supported chains

Ethereum (id=1)
BNB Chain (id=56)
Polygon (id=137)
Avalanche (id=43114)
Optimism (id=10)
Arbitrum (id=42161)
Fantom (id=250)
Aurora (id=1313161554)
Celo (id=42220)

Request example:

curl --request POST \
--header 'Content-Type: application/json' \
--data '{
"56": [
"0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c",
"0xe9e7cea3dedca5984780bafc599bd69add087d56",
"0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d"
]
}'
Response:
[
{
"address":"0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c",
"chainId":56,
"priceUsd":42504.47610835756,
"priceUsd24hAgo":41130.8069701006,
"totalReserveUsd":2.3679165250569263E8,
"marketCapUsd":3.506371108442766E9
},
{
"address":"0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
"chainId":56,
"priceUsd":0.9990181456178866,
"priceUsd24hAgo":1.001667704935778,
"totalReserveUsd":1.7397357540152025E8,
"marketCapUsd":1.777252954805407E9
},
{
"address":"0xe9e7cea3dedca5984780bafc599bd69add087d56",
"chainId":56,
"priceUsd":0.9994500000005784,
"priceUsd24hAgo":0.9993099575632945,
"totalReserveUsd":2.191779521376542E10,
"marketCapUsd":4.0485270430647E9
}
]
Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.