Interface AMMInfoRequest

The amm_info method gets information about an Automated Market Maker (AMM) instance. Returns an AMMInfoResponse.

Hierarchy

Properties

amm_account?: string

The address of the AMM Account to look up.

api_version?: number

The API version to use. If omitted, use version 1.

asset?: Currency

One of the assets of the AMM pool to look up.

asset2?: Currency

The other asset of the AMM pool.

command: "amm_info"

The name of the API method.

id?: string | number

A unique value to identify this request. The response to this request uses the same id field. This way, even if responses arrive out of order, you know which request prompted which response.

Generated using TypeDoc