Searchβ¦
Socket Overview
π‘
What is Socket?
π
Powered by Socket
π
Socket Liquidity Layer
π
SocketLL Overview
β
How SocketLL works?
π‘
Security
β
SocketLL V/S XYZ
π
Roadmap
π¬
FAQ
π
Use SocketLL
π½
Socket Data Layer
Socket DL overview
πΉ
Socket API
Introduction
Versioning
Errors
Contracts
V1
V2
Guides
Health
App
Token Lists
Approvals
Quote
Routes
Balance
Token Balance
Balances
Supported
Types
Additional Resources
π¨
Brand Assets
Join Discord
Support
API Status
Audits
FAQ
Knowledge Base
Powered By
GitBook
Balances
Returns all token balances of a user for specified chain
v2/balances
How this endpoint is to be used :
This endpoint is used to return token balances of a user to filter tokens owned by a user in the token list.
get
https://api.socket.tech/v2
/balances
Returns the token balances of an address
API-KEY
needs to be passed in the headers while making the
GET
request
Description of response parameters
Parameter
Description
success
Indicates successful response from endpoint, as intended.
chainId
ID of chain, for example xDAI = 100
address
Contract address of token
name
Name of token
symbol
Symbol of token
decimals
Decimal places for amount supported by token
amount
Balance of token in user's wallet
icon
Icon URL of the token
β
TEST QUERY :
β
https://api.socket.tech/v2/swagger/#/Balances/BalancesController_getBalances
β
Previous
Token Balance
Next
Supported
Last modified
1mo ago
Copy link
Outline
get
Returns the token balances of an address
Description of response parameters