Retrieve the suggestion message for a given key. Checks the Redis hash cli_suggestions field {key} first; falls back to the built-in default if Redis is unavailable or the field is not set. Returns an empty string if the key has no built-in default. Returns HTTP 422 automatically for unrecognized keys (enforced by the SuggestionKey enum).
ONBOARD_COMPLETE, PAIR_SUBMIT_SUCCESS, PACT_SUBMIT_SUCCESS_UNPAIRED, PACT_SUBMIT_SUCCESS_PAIRED, WALLET_NOT_FOUND, WALLET_NOT_READY, WALLET_MISSING_COBO_ID, WALLET_UNSUPPORTED_CHAIN, WALLET_PAIR_WALLET_NOT_FOUND, WALLET_PAIR_TOKEN_EXPIRED, WALLET_PAIR_AGENT_NOT_FOUND, WALLET_PAIR_CONFLICT, WALLET_PAIR_CODE_EXHAUSTED, WALLET_PAIR_ALREADY_PAIRED, INSUFFICIENT_PERMISSION, APPROVAL_REQUIRED, APPROVAL_REQUIRED_UNPAIRED, PACT_NOT_FOUND, PACT_WALLET_NOT_FOUND, PACT_WRONG_STATUS, METADATA_CHAIN_NOT_FOUND Successful Response
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.