Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions api-reference/router-api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,16 @@ paths:
warning: null
extra_warnings: null
required_op_hook: false
'400':
description: |-
Bad request — the computed route violates an IBC rate limit on the L1 chain. This applies to IBC transfers between the L1 and external (non-Initia) chains, where Stride-style rate limits cap the per-channel send/receive volume over a rolling window.

The error message includes the remaining capacity in the smallest denomination:

- `IBC send limit exceeded - Capacity: <amount>` — the route would send more than the channel's remaining send quota.
- `IBC receive limit exceeded - Capacity: <amount>` — the route would receive more than the channel's remaining receive quota.

Retry with a smaller `amount_in`, or wait until the rate-limit window resets.
/v2/fungible/msgs:
post:
operationId: generateTransaction
Expand Down
Loading