Get token balances for a given SVM address
limit parameter to define the maximum page size.
Results might at times be less than the maximum page size.
The next_offset value is passed back by the initial response and can be used to fetch the next page of results, by passing it as the offset query parameter in the next request.
chains query parameter. If you omit chains, the endpoint uses its default chain set, which is currently Solana only (1 CU). We currently support two SVM chains (Solana and Eclipse). See the Compute Units page for detailed information.Sim API key to access the service
SVM wallet address
Comma-separated list of chains to include. You can specify either solana or eclipse. For example, ?chains=solana,eclipse. If omitted, the endpoint will default to solana only.
Maximum number of results to return. Default is 1000 when not provided. Values above 1000 are reduced to 1000.
1 <= x <= 1000Pagination offset from previous response
Successful response
The queried wallet address
Array of token balance objects
Time taken to process the request in milliseconds
Pagination token for the next page of results
Total number of balances returned