> For the complete documentation index, see [llms.txt](https://docs.oswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oswap.io/protocol/pair/info.md).

# Info

Get information about a pair AA.

### **Arguments**

* **info** `data` *required*

  Must be defined to trigger the "info" function.

### **Example**

```javascript
{
  trigger: {
    outputs: {
      base: 10000
    }
    data: {
      info: '1'
    }
  }
}
```

### Retur**ns**

```javascript
{
  responseVars: {
    factory: '3VFDSJDBSLLE5IRDXVPNEBAOKKN2HFHZ',
    asset0: 'base',
    asset1: 'WhsD5Y/1NeKROgQojGwfe9EBC7NH4KnAk4CorCrVRhs=',
    reserve0: 10678,
    reserve1: 10084454,
    asset: 'gD5qf2cwFjVQN+6EefOF2QCsey+eFZz5KvKuybE3XbY=',
    supply: 80741,
    swap_fee: 1000000000
  }
}
```
