diff --git a/models/pool_swap_response.go b/models/pool_swap_response.go index 35b2e12..4f2c088 100644 --- a/models/pool_swap_response.go +++ b/models/pool_swap_response.go @@ -16,3 +16,7 @@ type PoolSwapResult struct { type MaxLimitResult struct { Max string `json:"max"` } + +type TokenInPoolResult struct { + CanSwapFrom bool `json:"canSwapFrom"` +}