New Endpoint

/info/current-block/{chain_id}

We’ve added an endpoint for querying what block our paths are being computed on without needing to query a path. This allows for integration patterns to track the liveness of our data and make adjustments to their integrations accordingly.

New DEXs

Bug Fixes

  • Token amount validation previously allowed users to pass in non-integer numbers which caused quotes to fail. We now enforce only integer strings to be passed in as part of the token amount.
  • Added chainId to assembled transaction responses.