Fetch all your wallet data in one call. Display real-time token balances, asset valuations, and more with a seamless integration.
Fetch all asset balances and valuations in real-time with a single API call. Simplify your dApp's data integration.
curl -X GET "https://api.status.finance/wallet/ethereum/0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D" -H "accept: */*"
Response Example:
{
"address": "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D",
"chain": "ethereum",
"balances": [
{
"symbol": "ETH",
"amount": 0.512,
"value": 48154,
"currency": "ETH",
"icon": "https://api.status.finance/images/coins/eth.png"
},
{
"chain": "ethereum",
"name": "USD Coin",
"symbol": "USDC",
"amount": 6723,
"value": 6723,
"icon": "https://api.status.finance/images/coins/usdc.png"
}
]
}
Display user's wallet balances and asset valuations in an intuitive dashboard.
With our wallet API, you no longer need multiple calls to fetch different tokens. Get a complete overview with a single request.
Integrate our comprehensive wallet overview API and streamline your dApp's asset management.
Contact Us