Class AssetResponse

java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.AssetResponse
All Implemented Interfaces:
Pageable

public final class AssetResponse extends Response implements Pageable
Represents the response from the Horizon /assets endpoint.

Contains metadata for a single asset, including its type, code, issuer, optional contract ID, account and balance statistics, authorization flags, and related API links.

See Also: