Pagination
This endpoint is using cursor based pagination. You can use thelimit
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.
You can only use the value from
next_offset
to set the offset
parameter of the next page of results. Using your own offset
value will not have any effect.Compute Unit Cost
The SVM Balances endpoint’s CU cost equals the number of chains you include via thechains
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.Headers
Sim API key to access the service
Path Parameters
SVM wallet address
Query Parameters
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.
Required range:
1 <= x <= 1000
Pagination offset from previous response
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