diff --git a/client/docs/static/openapi/index.html b/client/docs/static/openapi/index.html index 5c02427c7..bf009273b 100644 --- a/client/docs/static/openapi/index.html +++ b/client/docs/static/openapi/index.html @@ -2500,7 +2500,7 @@

JSON

TransferRateLimit queries the transfer rate limit for a given chain and asset. If a rate limit is not set, nil is returned.

path Parameters
chain
required
string
asset
required
string

Responses

TransfersForChain queries transfers by chain

path Parameters
chain
required
string
state
required
string
Enum: "TRANSFER_STATE_UNSPECIFIED" "TRANSFER_STATE_PENDING" "TRANSFER_STATE_ARCHIVED" "TRANSFER_STATE_INSUFFICIENT_AMOUNT"
query Parameters
pagination.key
string <byte>

key is a value returned in PageResponse.next_key to begin +

TransfersForChain queries transfers by chain

path Parameters
chain
required
string
state
required
string
Enum: "TRANSFER_STATE_UNSPECIFIED" "TRANSFER_STATE_PENDING" "TRANSFER_STATE_ARCHIVED" "TRANSFER_STATE_INSUFFICIENT_AMOUNT" "TRANSFER_STATE_FAILED"
query Parameters
pagination.key
string <byte>

key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set.

pagination.offset
string <uint64>

offset is a numeric offset that can be used when key is unavailable. @@ -3493,7 +3493,7 @@

JSON